mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add Homevideos View
This commit is contained in:
parent
ef6bbc8212
commit
fd420a457f
8 changed files with 112 additions and 1 deletions
|
@ -704,6 +704,14 @@ class AppRouter {
|
|||
|
||||
return url;
|
||||
}
|
||||
|
||||
const layoutMode = localStorage.getItem('layout');
|
||||
|
||||
if (layoutMode === 'experimental' && item.CollectionType == CollectionType.Homevideos) {
|
||||
url = '#/homevideos.html?topParentId=' + item.Id;
|
||||
|
||||
return url;
|
||||
}
|
||||
}
|
||||
|
||||
const itemTypes = ['Playlist', 'TvChannel', 'Program', 'BoxSet', 'MusicAlbum', 'MusicGenre', 'Person', 'Recording', 'MusicArtist'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue