mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update missed capital changes
This commit is contained in:
parent
c6b3f8ad50
commit
42e76c9099
3 changed files with 8 additions and 8 deletions
|
@ -624,7 +624,7 @@ class AppRouter {
|
|||
return '#/details?seriesTimerId=' + id + '&serverId=' + serverId;
|
||||
}
|
||||
|
||||
if (item.CollectionType == CollectionType.LiveTv) {
|
||||
if (item.CollectionType == CollectionType.Livetv) {
|
||||
return '#/livetv.html';
|
||||
}
|
||||
|
||||
|
@ -673,7 +673,7 @@ class AppRouter {
|
|||
return url;
|
||||
}
|
||||
|
||||
if (item.CollectionType == CollectionType.TvShows) {
|
||||
if (item.CollectionType == CollectionType.Tvshows) {
|
||||
url = '#/tv.html?topParentId=' + item.Id;
|
||||
|
||||
if (options && options.section === 'latest') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue