feat: add extra metadata to the album view

This commit is contained in:
Lei Nelissen
2023-04-23 01:04:30 +02:00
parent c3c32ae565
commit dba87247d8
15 changed files with 135 additions and 30 deletions

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -57,4 +57,5 @@ export type LocaleKeys = 'play-next'
| 'you-are-offline-message'
| 'playing-on'
| 'local-playback'
| 'streaming'
| 'streaming'
| 'total-duration'