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:
parent
69fb2cdfba
commit
2cab873a9b
5 changed files with 248 additions and 29 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue