Remove livetv section from home screen

This commit is contained in:
jarnedemeulemeester 2021-08-23 11:12:56 +02:00
parent 90681c6027
commit 59d687f5a0
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5

View file

@ -58,7 +58,8 @@ constructor(
if (view.collectionType == "homevideos" ||
view.collectionType == "music" ||
view.collectionType == "playlists" ||
view.collectionType == "books"
view.collectionType == "books" ||
view.collectionType == "livetv"
) continue
val latestItems = jellyfinRepository.getLatestMedia(view.id)
if (latestItems.isEmpty()) continue