1
0
Fork 0
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:
TelepathicWalrus 2024-01-13 13:06:33 +00:00 committed by Bill Thornton
parent c6b3f8ad50
commit 42e76c9099
3 changed files with 8 additions and 8 deletions

View file

@ -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') {