diff --git a/src/plugins/chromecastPlayer/plugin.js b/src/plugins/chromecastPlayer/plugin.js index a656337d6..deb479c4b 100644 --- a/src/plugins/chromecastPlayer/plugin.js +++ b/src/plugins/chromecastPlayer/plugin.js @@ -624,6 +624,7 @@ class ChromecastPlayer { isLocalPlayer: false, appName: PlayerName, deviceName: appName, + deviceType: 'cast', supportedCommands: [ 'VolumeUp', 'VolumeDown',