mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
small fix
This commit is contained in:
parent
c5c11279b8
commit
7e5e429625
1 changed files with 3 additions and 3 deletions
|
@ -50,10 +50,10 @@ function showSaveMessage(recordingPathChanged) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (msg) {
|
if (msg) {
|
||||||
|
import('alert').then(({default: alert}) => {
|
||||||
|
alert(msg);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
import('alert').then(({default: alert}) => {
|
|
||||||
alert(msg);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function () {
|
export default function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue