mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording file name
This commit is contained in:
parent
7acfaee309
commit
3003c976a8
6 changed files with 53 additions and 28 deletions
|
@ -303,7 +303,7 @@
|
|||
}
|
||||
}
|
||||
else if (item.IsFolder) {
|
||||
if (item.Type != "BoxSet") {
|
||||
if (item.Type != "BoxSet" && item.Type != "Series") {
|
||||
return id ? "itemlist.html?parentId=" + id : "#";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue