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

boxset page

This commit is contained in:
Techywarrior 2013-04-04 21:13:43 -07:00
parent 26c7fa918a
commit ce0f0d9c7a
3 changed files with 386 additions and 7 deletions

View file

@ -161,7 +161,7 @@
var hasPrimaryImage = item.ImageTags && item.ImageTags.Primary;
var href = item.url || (item.IsFolder ? (item.Id ? "itemList.html?parentId=" + item.Id : "#") : "itemdetails.html?id=" + item.Id);
var href = item.url || ("boxset.html?id=" + item.Id);
var showText = options.showTitle || !hasPrimaryImage || (item.Type !== 'Movie' && item.Type !== 'Series' && item.Type !== 'Season' && item.Type !== 'Trailer');