mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Updated collectiontype to not use pascal case
This commit is contained in:
parent
445b879e7f
commit
4d638e3ff7
5 changed files with 14 additions and 14 deletions
|
@ -25,20 +25,20 @@ const LibraryIcon: FC<LibraryIconProps> = ({
|
|||
return <Movie />;
|
||||
case CollectionType.Music:
|
||||
return <MusicNote />;
|
||||
case CollectionType.HomeVideos:
|
||||
case CollectionType.Homevideos:
|
||||
case CollectionType.Photos:
|
||||
return <Photo />;
|
||||
case CollectionType.LiveTv:
|
||||
case CollectionType.Livetv:
|
||||
return <LiveTv />;
|
||||
case CollectionType.TvShows:
|
||||
case CollectionType.Tvshows:
|
||||
return <Tv />;
|
||||
case CollectionType.Trailers:
|
||||
return <Theaters />;
|
||||
case CollectionType.MusicVideos:
|
||||
case CollectionType.Musicvideos:
|
||||
return <MusicVideo />;
|
||||
case CollectionType.Books:
|
||||
return <Book />;
|
||||
case CollectionType.BoxSets:
|
||||
case CollectionType.Boxsets:
|
||||
return <Collections />;
|
||||
case CollectionType.Playlists:
|
||||
return <Queue />;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue