Add Date Added column in Album and Song lists (#2055)
This commit is contained in:
+5
-3
@@ -25,7 +25,8 @@
|
||||
"rating": "Rating",
|
||||
"quality": "Quality",
|
||||
"bpm": "BPM",
|
||||
"playDate": "Last Played"
|
||||
"playDate": "Last Played",
|
||||
"createdAt": "Date added"
|
||||
},
|
||||
"actions": {
|
||||
"addToQueue": "Play Later",
|
||||
@@ -51,7 +52,8 @@
|
||||
"year": "Year",
|
||||
"updatedAt": "Updated at",
|
||||
"comment": "Comment",
|
||||
"rating": "Rating"
|
||||
"rating": "Rating",
|
||||
"createdAt": "Date added"
|
||||
},
|
||||
"actions": {
|
||||
"playAll": "Play",
|
||||
@@ -400,4 +402,4 @@
|
||||
"toggle_love": "Add this track to favourites"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user