mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support url's after closing nfo tag
This commit is contained in:
parent
17074bfa0f
commit
0a81db18ed
7 changed files with 17 additions and 24 deletions
|
@ -486,7 +486,7 @@
|
|||
}
|
||||
|
||||
if (item.CollectionType == 'trailers') {
|
||||
return 'movietrailers.html?topParentId=' + item.Id;
|
||||
return "itemlist.html?parentId=" + item.Id;
|
||||
}
|
||||
|
||||
if (item.CollectionType == 'movies') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue