mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-05-15 23:06:35 +03:00
Don't show header when using ID3 tags
Signed-off-by: James Wells <james@jameswells.net>
This commit is contained in:
parent
268a41d1f4
commit
3a1e2c96fc
@ -803,7 +803,7 @@ class SelectAlbumFragment : Fragment() {
|
|||||||
private fun getAlbumList(albumListType: String, albumListTitle: Int, size: Int, offset: Int) {
|
private fun getAlbumList(albumListType: String, albumListTitle: Int, size: Int, offset: Int) {
|
||||||
|
|
||||||
showHeader = false
|
showHeader = false
|
||||||
showSelectFolderHeader = !isOffline(context) &&
|
showSelectFolderHeader = !isOffline(context) && !Util.getShouldUseId3Tags(context) &&
|
||||||
(
|
(
|
||||||
(albumListType == AlbumListType.SORTED_BY_NAME.toString()) ||
|
(albumListType == AlbumListType.SORTED_BY_NAME.toString()) ||
|
||||||
(albumListType == AlbumListType.SORTED_BY_ARTIST.toString())
|
(albumListType == AlbumListType.SORTED_BY_ARTIST.toString())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user