Remove books library from media screen

This commit is contained in:
jarnedemeulemeester 2021-08-22 20:15:13 +02:00
parent 1f2eb7a1ab
commit 5f3b1018bd
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5

View file

@ -39,7 +39,8 @@ constructor(
it.collectionType != "homevideos" &&
it.collectionType != "music" &&
it.collectionType != "playlists" &&
it.collectionType != "boxsets"
it.collectionType != "boxsets" &&
it.collectionType != "books"
}
} catch (e: Exception) {
Timber.e(e)