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:
parent
e6615a1803
commit
4ae4c4e71a
5 changed files with 49 additions and 29 deletions
|
@ -2354,9 +2354,7 @@
|
|||
throw new Error("null userId");
|
||||
}
|
||||
|
||||
options = options || {
|
||||
|
||||
};
|
||||
options = options || {};
|
||||
|
||||
var url = "Users/" + userId + "/Images/" + options.type;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue