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

added season page

This commit is contained in:
Luke Pulverenti 2013-04-17 00:21:24 -04:00
parent 69fb2cdfba
commit 2cab873a9b
5 changed files with 248 additions and 29 deletions

View file

@ -149,6 +149,9 @@
if (item.Type == "Series") {
return "tvseries.html?id=" + item.Id;
}
if (item.Type == "Season") {
return "tvseason.html?id=" + item.Id;
}
if (item.Type == "BoxSet") {
return "boxset.html?id=" + item.Id;
}