mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
31449f85de
commit
7acfaee309
15 changed files with 86 additions and 143 deletions
|
@ -303,7 +303,9 @@
|
|||
}
|
||||
}
|
||||
else if (item.IsFolder) {
|
||||
return id ? "itemlist.html?parentId=" + id : "#";
|
||||
if (item.Type != "BoxSet") {
|
||||
return id ? "itemlist.html?parentId=" + id : "#";
|
||||
}
|
||||
}
|
||||
|
||||
if (item.Type == 'CollectionFolder') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue