mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
dc0ebc82c7
commit
c3b83c0c48
80 changed files with 68 additions and 107 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue