1
0
Fork 0
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:
Matthew Haughton 2024-10-28 11:44:44 +11:00 committed by Bill Thornton
parent 588e9e38f7
commit d4288ead99

View file

@ -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.');
} }