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
|
@ -28,7 +28,7 @@ function getFetchLatestItemsFn(
|
|||
if (collectionType === CollectionType.Music) {
|
||||
limit = 30;
|
||||
}
|
||||
} else if (collectionType === CollectionType.TvShows) {
|
||||
} else if (collectionType === CollectionType.Tvshows) {
|
||||
limit = 5;
|
||||
} else if (collectionType === CollectionType.Music) {
|
||||
limit = 9;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue