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 2016-02-09 00:45:33 -05:00
parent dc0ebc82c7
commit c3b83c0c48
80 changed files with 68 additions and 107 deletions

View file

@ -315,10 +315,7 @@
return ApiClient.getJSON(ApiClient.getUrl('Items/' + itemId + '/MetadataEditor'));
}
return new Promise(function (resolve, reject) {
resolve({});
});
return Promise.resolve({});
}
function populateCountries(select, allCountries) {