mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update SupportsMediaControl
This commit is contained in:
parent
54c2b1871a
commit
b35f0550e5
1 changed files with 2 additions and 1 deletions
|
@ -1281,7 +1281,8 @@ var Dashboard = {
|
|||
PlayableMediaTypes: "Audio,Video",
|
||||
|
||||
SupportedCommands: Dashboard.getSupportedRemoteCommands().join(','),
|
||||
SupportsPersistentIdentifier: false
|
||||
SupportsPersistentIdentifier: false,
|
||||
SupportsMediaControl: true
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue