feat: add extra metadata to the album view
This commit is contained in:
@@ -59,5 +59,6 @@
|
||||
"you-are-offline-message": "You are currently offline. You can only play previously downloaded music.",
|
||||
"playing-on": "Playing on",
|
||||
"local-playback": "Local playback",
|
||||
"streaming": "Streaming"
|
||||
"streaming": "Streaming",
|
||||
"total-duration": "Total duration"
|
||||
}
|
||||
@@ -59,5 +59,6 @@
|
||||
"you-are-offline-message": "Je bent op dit moment offline. Je kunt alleen eerder gedownloade nummers afspelen.",
|
||||
"playing-on": "Speelt af op",
|
||||
"local-playback": "Lokaal afspelen",
|
||||
"streaming": "Streamen"
|
||||
"streaming": "Streamen",
|
||||
"total-duration": "Totale duur"
|
||||
}
|
||||
@@ -57,4 +57,5 @@ export type LocaleKeys = 'play-next'
|
||||
| 'you-are-offline-message'
|
||||
| 'playing-on'
|
||||
| 'local-playback'
|
||||
| 'streaming'
|
||||
| 'streaming'
|
||||
| 'total-duration'
|
||||
Reference in New Issue
Block a user