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,
|
isLocalPlayer: false,
|
||||||
appName: PlayerName,
|
appName: PlayerName,
|
||||||
deviceName: appName,
|
deviceName: appName,
|
||||||
|
deviceType: 'cast',
|
||||||
supportedCommands: [
|
supportedCommands: [
|
||||||
'VolumeUp',
|
'VolumeUp',
|
||||||
'VolumeDown',
|
'VolumeDown',
|
||||||
|
Loading…
Reference in New Issue
Block a user