Merge pull request #4617 from thornbill/fix-cast-type

Add device type for chromecast devices
This commit is contained in:
Bill Thornton 2023-05-18 15:43:15 -04:00 committed by GitHub
commit 8b722a3f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -624,6 +624,7 @@ class ChromecastPlayer {
isLocalPlayer: false, isLocalPlayer: false,
appName: PlayerName, appName: PlayerName,
deviceName: appName, deviceName: appName,
deviceType: 'cast',
supportedCommands: [ supportedCommands: [
'VolumeUp', 'VolumeUp',
'VolumeDown', 'VolumeDown',