1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge branch 'unstable' into show-mobile-seek

This commit is contained in:
Ian Walton 2020-08-25 22:19:59 -04:00
commit 201685a60b
137 changed files with 3677 additions and 4123 deletions

View file

@ -66,7 +66,7 @@ function showSubtitleMenu(context, player, button, item) {
});
menuItems.unshift({
id: -1,
name: globalize.translate('ButtonOff'),
name: globalize.translate('Off'),
selected: currentIndex == null
});