Add missing player localized strings

pull/3284/head
Chocobozzz 2020-11-09 16:16:07 +01:00
parent 439d68e537
commit d0510fc1d3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ values(VIDEO_CATEGORIES)
'We cannot fetch the playlist. Please try again later.', 'We cannot fetch the playlist. Please try again later.',
'Playlist: {1}', 'Playlist: {1}',
'By {1}', 'By {1}',
'Unavailable video' 'Unavailable video',
'Normal mode',
'Theater mode'
]) ])
.forEach(v => { serverKeys[v] = v }) .forEach(v => { serverKeys[v] = v })