mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added dashboard tour
This commit is contained in:
parent
19f2c8bdfb
commit
b359b3d22e
15 changed files with 114 additions and 36 deletions
|
@ -334,7 +334,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
|
|||
throw new Error("null userId");
|
||||
}
|
||||
|
||||
if (!idList || !idList.length) {
|
||||
if (!idList) {
|
||||
throw new Error("null idList");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue