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

added studio dto

This commit is contained in:
Luke Pulverenti 2013-05-03 23:13:28 -04:00
parent fd54e02387
commit a3311cd199
2 changed files with 2 additions and 2 deletions

View file

@ -1297,7 +1297,7 @@
html += '  /  ';
}
html += '<a href="itembynamedetails.html?context=' + context + '&studio=' + ApiClient.encodeName(item.Studios[i]) + '">' + item.Studios[i] + '</a>';
html += '<a href="itembynamedetails.html?context=' + context + '&studio=' + ApiClient.encodeName(item.Studios[i].Name) + '">' + item.Studios[i].Name + '</a>';
}
elem.show().html(html).trigger('create');