mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-17 04:00:39 +01: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) {
|
||||
|
||||
showHeader = false
|
||||
showSelectFolderHeader = !isOffline(context) &&
|
||||
showSelectFolderHeader = !isOffline(context) && !Util.getShouldUseId3Tags(context) &&
|
||||
(
|
||||
(albumListType == AlbumListType.SORTED_BY_NAME.toString()) ||
|
||||
(albumListType == AlbumListType.SORTED_BY_ARTIST.toString())
|
||||
|
Loading…
x
Reference in New Issue
Block a user