Remove books library from media screen
This commit is contained in:
parent
1f2eb7a1ab
commit
5f3b1018bd
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue