1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update library menu

This commit is contained in:
Luke Pulverenti 2015-04-27 13:55:57 -04:00
parent e6615a1803
commit 4ae4c4e71a
5 changed files with 49 additions and 29 deletions

View file

@ -2354,9 +2354,7 @@
throw new Error("null userId");
}
options = options || {
};
options = options || {};
var url = "Users/" + userId + "/Images/" + options.type;