feat: Media stream info in now playing modal (#233)
* feat: add base codec info to player * fix: redundant console.log * chore: translation * fix: only overflow direct play
This commit is contained in:
@@ -76,5 +76,9 @@
|
||||
"delete": "Delete",
|
||||
"cancel": "Cancel",
|
||||
"disc": "Disc",
|
||||
"lyrics": "Lyrics"
|
||||
"lyrics": "Lyrics",
|
||||
"direct-play": "Direct play",
|
||||
"transcoded": "Transcoded",
|
||||
"khz": "kHz",
|
||||
"kbps": "kbps"
|
||||
}
|
||||
|
||||
@@ -75,5 +75,9 @@
|
||||
"sleep-timer": "Slaaptimer",
|
||||
"delete": "Verwijder",
|
||||
"cancel": "Annuleer",
|
||||
"disc": "Schijf"
|
||||
"disc": "Schijf",
|
||||
"direct-play": "Direct afgespeeld",
|
||||
"transcoded": "Getranscodeerd",
|
||||
"khz": "kHz",
|
||||
"kbps": "kbps"
|
||||
}
|
||||
|
||||
@@ -75,4 +75,8 @@ export type LocaleKeys = 'play-next'
|
||||
| 'delete'
|
||||
| 'cancel'
|
||||
| 'disc'
|
||||
| 'lyrics';
|
||||
| 'lyrics'
|
||||
| 'direct-play'
|
||||
| 'transcoded'
|
||||
| 'khz'
|
||||
| 'kbps'
|
||||
|
||||
Reference in New Issue
Block a user