feat: Show sampling rate and bit depth in downloads

This commit is contained in:
Jaime García 2025-10-09 04:32:22 +02:00
parent e87b658447
commit ca5a0698bb
No known key found for this signature in database
GPG key ID: 6785B7B157936146
3 changed files with 10 additions and 1 deletions

View file

@ -191,7 +191,7 @@ public class DownloadHorizontalAdapter extends RecyclerView.Adapter<DownloadHori
R.string.song_subtitle_formatter,
song.getArtist(),
MusicUtil.getReadableDurationString(song.getDuration(), false),
""
MusicUtil.getReadableAudioQualityString(song)
)
);