Merge pull request #4617 from thornbill/fix-cast-type
Add device type for chromecast devices
This commit is contained in:
commit
8b722a3f1b
1 changed files with 1 additions and 0 deletions
|
@ -624,6 +624,7 @@ class ChromecastPlayer {
|
|||
isLocalPlayer: false,
|
||||
appName: PlayerName,
|
||||
deviceName: appName,
|
||||
deviceType: 'cast',
|
||||
supportedCommands: [
|
||||
'VolumeUp',
|
||||
'VolumeDown',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue