Implement album lists

This commit is contained in:
Deluan
2020-07-28 08:49:28 -04:00
committed by Deluan Quintão
parent d877928f11
commit db8a48bba6
5 changed files with 86 additions and 12 deletions
+8
View File
@@ -46,6 +46,13 @@
"playNext": "Play Next",
"addToQueue": "Play Later",
"shuffle": "Shuffle"
},
"lists": {
"default": "All",
"random": "Random",
"recentlyAdded": "Recently Added",
"recentlyPlayed": "Recently Played",
"mostPlayed": "Most Played"
}
},
"artist": {
@@ -248,6 +255,7 @@
"delete_user_content": "Are you sure you want to delete this user and all their data (including playlists and preferences)?"
},
"menu": {
"albumList": "Albums",
"library": "Library",
"settings": "Settings",
"version": "Version %{version}",