1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added out of network bitrate limit

This commit is contained in:
Luke Pulverenti 2015-04-09 01:20:23 -04:00
parent 56829929c4
commit 3d8fc04db3
8 changed files with 128 additions and 5 deletions

View file

@ -1284,7 +1284,8 @@ var Dashboard = {
SupportedCommands: Dashboard.getSupportedRemoteCommands().join(','),
SupportsPersistentIdentifier: false,
SupportsMediaControl: true
SupportsMediaControl: true,
SupportedLiveMediaTypes: ['Audio', 'Video']
};
}
};