home: do not convert addedms to to secs
This commit is contained in:
parent
e6b326a571
commit
1132e486ca
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class SongListFragment :
|
||||||
|
|
||||||
// Last added -> Format as date
|
// Last added -> Format as date
|
||||||
is Sort.Mode.ByDateAdded -> {
|
is Sort.Mode.ByDateAdded -> {
|
||||||
val dateAddedMillis = song.addedMs.secsToMs()
|
val dateAddedMillis = song.addedMs
|
||||||
formatterSb.setLength(0)
|
formatterSb.setLength(0)
|
||||||
DateUtils.formatDateRange(
|
DateUtils.formatDateRange(
|
||||||
context,
|
context,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue