mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #4617 from thornbill/fix-cast-type
Add device type for chromecast devices
This commit is contained in:
commit
8b722a3f1b
@ -624,6 +624,7 @@ class ChromecastPlayer {
|
||||
isLocalPlayer: false,
|
||||
appName: PlayerName,
|
||||
deviceName: appName,
|
||||
deviceType: 'cast',
|
||||
supportedCommands: [
|
||||
'VolumeUp',
|
||||
'VolumeDown',
|
||||
|
Loading…
Reference in New Issue
Block a user