home: do not convert addedms to to secs

This commit is contained in:
Alexander Capehart 2025-01-09 19:32:52 -07:00
parent e6b326a571
commit 1132e486ca
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -128,7 +128,7 @@ class SongListFragment :
// Last added -> Format as date
is Sort.Mode.ByDateAdded -> {
val dateAddedMillis = song.addedMs.secsToMs()
val dateAddedMillis = song.addedMs
formatterSb.setLength(0)
DateUtils.formatDateRange(
context,