add more sync indicators

This commit is contained in:
Luke Pulverenti 2015-06-03 11:26:39 -04:00
parent 6e6bf85030
commit 755f6fc79c
8 changed files with 42 additions and 33 deletions

View file

@ -1,6 +1,12 @@
(function () {
function getLocalMediaSource(serverId, itemId) {
var json = ApiClientBridge.getLocalMediaSource(serverId, itemId);
if (json) {
return JSON.parse(json);
}
return null;
}