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

updated nuget for live tv

This commit is contained in:
Luke Pulverenti 2013-11-26 11:22:11 -05:00
parent f12c57a1b5
commit cd3eb0a106
2 changed files with 18 additions and 3 deletions

View file

@ -590,7 +590,7 @@
if (item.Type == "Person") {
return "itembynamedetails.html?person=" + ApiClient.encodeName(item.Name) + "&context=" + itemByNameContext;
}
if (item.Type == "MusicArtist") {
if (itemByNameContext == "music") {
return "itembynamedetails.html?musicartist=" + ApiClient.encodeName(item.Name) + "&context=" + (itemByNameContext || "music");
@ -1704,7 +1704,7 @@
getDetailImageHtml: function (item) {
var imageTags = item.ImageTags || {};
if (item.PrimaryImageTag) {
imageTags.Primary = item.PrimaryImageTag;
}