Skip to content

Commit

Permalink
home: do not convert addedms to to secs
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Jan 10, 2025
1 parent e6b326a commit 1132e48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1132e48

Please sign in to comment.