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

update caching headers

This commit is contained in:
Luke Pulverenti 2016-11-27 14:36:56 -05:00
parent 087c2139c6
commit 4201f1065d
10 changed files with 118 additions and 165 deletions

View file

@ -994,7 +994,7 @@
var context = inferContext(item);
var href = LibraryBrowser.getHref(item.Studios[i], context);
var href = LibraryBrowser.getHref(item.Studios[0], context);
html += ' on <a class="textlink" href="' + href + '">' + item.Studios[0].Name + '</a>';
}
}