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:
parent
7be559730a
commit
1f9707ea5d
3 changed files with 392 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
|
||||
html += '<td>';
|
||||
|
||||
var url = "itemdetails.html?id=" + item.Id;
|
||||
var url = "tvseries.html?id=" + item.Id;
|
||||
|
||||
var imageTags = item.ImageTags;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue