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

tv series page

This commit is contained in:
Techywarrior 2013-04-09 21:54:16 -07:00
parent 7be559730a
commit 1f9707ea5d
3 changed files with 392 additions and 1 deletions

View file

@ -47,7 +47,7 @@
html += '<td>';
var url = "itemdetails.html?id=" + item.Id;
var url = "tvseries.html?id=" + item.Id;
var imageTags = item.ImageTags;