mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
feat: add sorting and search functionality for song list
This commit is contained in:
parent
780f1c3a2e
commit
9e6926fc97
8 changed files with 198 additions and 9 deletions
|
|
@ -157,7 +157,7 @@ public class MusicUtil {
|
|||
}
|
||||
|
||||
public static String getReadableAudioQualityString(Child child) {
|
||||
if (!Preferences.showAudioQuality()) return "";
|
||||
if (!Preferences.showAudioQuality() || child.getBitrate() == null) return "";
|
||||
|
||||
return "•" +
|
||||
" " +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue