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

update translations

This commit is contained in:
Luke Pulverenti 2014-12-13 16:26:04 -05:00
parent a2b7ece263
commit 66b7d55c95
4 changed files with 37 additions and 16 deletions

View file

@ -376,7 +376,7 @@ var WizardLibraryPage = {
var task = tasks.filter(function (t) {
return t.Name == 'Scan media library';
return t.Key == 'RefreshLibrary';
})[0];