mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update SupportsMediaControl
This commit is contained in:
parent
54c2b1871a
commit
b35f0550e5
@ -1281,7 +1281,8 @@ var Dashboard = {
|
||||
PlayableMediaTypes: "Audio,Video",
|
||||
|
||||
SupportedCommands: Dashboard.getSupportedRemoteCommands().join(','),
|
||||
SupportsPersistentIdentifier: false
|
||||
SupportsPersistentIdentifier: false,
|
||||
SupportsMediaControl: true
|
||||
};
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user