1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix hashbang nav

This commit is contained in:
Luke Pulverenti 2016-03-18 15:43:17 -04:00
parent 51fcbbf744
commit ed811fa26a
16 changed files with 1684 additions and 1713 deletions

View file

@ -1157,7 +1157,7 @@
}
}
if (item.Type == 'CollectionFolder') {
return 'itemlist.html?topParentId=' + item.Id + '&parentid=' + item.Id;
return 'itemlist.html?topParentId=' + item.Id + '&parentId=' + item.Id;
}
if (item.Type == "PhotoAlbum") {