1
0
Fork 0
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:
Luke Pulverenti 2014-10-20 23:41:11 -04:00
parent 17074bfa0f
commit 0a81db18ed
7 changed files with 17 additions and 24 deletions

View file

@ -486,7 +486,7 @@
}
if (item.CollectionType == 'trailers') {
return 'movietrailers.html?topParentId=' + item.Id;
return "itemlist.html?parentId=" + item.Id;
}
if (item.CollectionType == 'movies') {