update sync objects

This commit is contained in:
Luke Pulverenti 2014-12-11 01:20:28 -05:00
parent f603085007
commit ebe849f9b0
37 changed files with 231 additions and 86 deletions

View file

@ -1257,7 +1257,8 @@ var Dashboard = {
var capabilities = {
PlayableMediaTypes: "Audio,Video",
SupportedCommands: Dashboard.getSupportedRemoteCommands().join(',')
SupportedCommands: Dashboard.getSupportedRemoteCommands().join(','),
SupportsDeviceId: false
};
window.ConnectionManager = new MediaBrowser.ConnectionManager(credentialProvider, appName, appVersion, deviceName, deviceId, capabilities);