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

update recording creation process

This commit is contained in:
Luke Pulverenti 2016-02-12 13:12:59 -05:00
parent 6aca855749
commit 31bb32ee03
7 changed files with 54 additions and 31 deletions

View file

@ -321,6 +321,15 @@
Dashboard.alert(Globalize.translate('PasswordSaved'));
loadUser(page);
}, function() {
Dashboard.hideLoadingMsg();
Dashboard.alert({
title: Globalize.translate('HeaderLoginFailure'),
message: Globalize.translate('MessageInvalidUser')
});
});
}