update SupportsMediaControl

This commit is contained in:
Luke Pulverenti 2015-02-19 14:26:48 -05:00
parent 54c2b1871a
commit b35f0550e5

View File

@ -1281,7 +1281,8 @@ var Dashboard = {
PlayableMediaTypes: "Audio,Video",
SupportedCommands: Dashboard.getSupportedRemoteCommands().join(','),
SupportsPersistentIdentifier: false
SupportsPersistentIdentifier: false,
SupportsMediaControl: true
};
}
};