mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
encapsulate path substitution
This commit is contained in:
parent
8f88fb9a3b
commit
114a010bd4
17 changed files with 43 additions and 25 deletions
|
@ -299,6 +299,10 @@
|
|||
hasChanges = true;
|
||||
reload(page);
|
||||
});
|
||||
}, function () {
|
||||
require(['alert'], function (alert) {
|
||||
alert('This feature is coming soon to Emby Theater.');
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -393,6 +397,10 @@
|
|||
reload(page);
|
||||
}
|
||||
});
|
||||
}, function () {
|
||||
require(['alert'], function (alert) {
|
||||
alert('This feature is coming soon to Emby Theater.');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue