mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add device type for chromecast devices
This commit is contained in:
parent
0d8edb7a54
commit
3f4a3448c2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue