mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused vars
This commit is contained in:
parent
588e9e38f7
commit
d4288ead99
1 changed files with 2 additions and 2 deletions
|
@ -885,7 +885,7 @@ class ChromecastPlayer {
|
||||||
return state.ShuffleMode;
|
return state.ShuffleMode;
|
||||||
}
|
}
|
||||||
|
|
||||||
playTrailers(item) {
|
playTrailers() {
|
||||||
console.warn('[chromecastPlayer] Playing trailers is not supported.');
|
console.warn('[chromecastPlayer] Playing trailers is not supported.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -898,7 +898,7 @@ class ChromecastPlayer {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
setQueueShuffleMode(value) {
|
setQueueShuffleMode() {
|
||||||
console.warn('[chromecastPlayer] Setting shuffle queue mode is not supported.');
|
console.warn('[chromecastPlayer] Setting shuffle queue mode is not supported.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue