audio/video player fixes
This commit is contained in:
parent
bd697d36fc
commit
85a08beb3e
9 changed files with 121 additions and 66 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue