From d4288ead998df821a5cb89e6fe447fe8d346c4da Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:44:44 +1100 Subject: [PATCH] Remove unused vars --- src/plugins/chromecastPlayer/plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/chromecastPlayer/plugin.js b/src/plugins/chromecastPlayer/plugin.js index 173239a442..59b01e15c2 100644 --- a/src/plugins/chromecastPlayer/plugin.js +++ b/src/plugins/chromecastPlayer/plugin.js @@ -885,7 +885,7 @@ class ChromecastPlayer { return state.ShuffleMode; } - playTrailers(item) { + playTrailers() { 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.'); }