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

small fix

This commit is contained in:
matjaz321 2020-07-31 23:31:32 +02:00
parent c5c11279b8
commit 7e5e429625

View file

@ -50,10 +50,10 @@ function showSaveMessage(recordingPathChanged) {
}
if (msg) {
import('alert').then(({default: alert}) => {
alert(msg);
});
}
import('alert').then(({default: alert}) => {
alert(msg);
});
}
export default function () {