Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored Oct 28, 2024
1 parent d692bc0 commit ff31fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/chromecastPlayer/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ class ChromecastPlayer {
return state.ShuffleMode;
}

playTrailers(item) {
playTrailers() {
console.warn('[chromecastPlayer] Playing trailers is not supported.');
}

Expand All @@ -898,7 +898,7 @@ class ChromecastPlayer {
});
}

setQueueShuffleMode(value) {
setQueueShuffleMode() {
console.warn('[chromecastPlayer] Setting shuffle queue mode is not supported.');
}

Expand Down

0 comments on commit ff31fe3

Please sign in to comment.