audio/video player fixes

This commit is contained in:
Luke Pulverenti 2014-04-11 23:48:57 -04:00
parent bd697d36fc
commit 85a08beb3e
9 changed files with 121 additions and 66 deletions

View file

@ -2314,9 +2314,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
throw new Error("itemId cannot be empty");
}
options = options || {
};
options = options || {};
var url = "Items/" + itemId + "/Images/" + options.type;