Replace twitch clip player (#842)
This commit is contained in:
parent
c809b1994a
commit
58e4e09840
4 changed files with 8 additions and 4 deletions
|
|
@ -46,8 +46,11 @@ Media.prototype = {
|
|||
/*
|
||||
* 2018-03-05: Remove GDrive metadata from saved playlists to save
|
||||
* space since this is no longer used.
|
||||
*
|
||||
* 2020-01-26: Remove Twitch clip metadata since their API changed
|
||||
* and no longer uses direct links
|
||||
*/
|
||||
if (this.type !== "gd") {
|
||||
if (this.type !== "gd" && this.type !== "tc") {
|
||||
result.meta.direct = this.meta.direct;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue