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

Merge remote-tracking branch 'upstream/master' into deinterlace-improvements

This commit is contained in:
Orry Verducci 2020-08-10 22:11:25 +01:00
commit 077c02282f
221 changed files with 13279 additions and 13706 deletions

View file

@ -83,7 +83,7 @@ import libraryMenu from 'libraryMenu';
updateEncoder(form);
}, function () {
import('alert').then(({default: alert}) => {
alert(globalize.translate('DefaultErrorMessage'));
alert(globalize.translate('ErrorDefault'));
});
Dashboard.processServerConfigurationUpdateResult();