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

update recording stop

This commit is contained in:
Luke Pulverenti 2016-03-06 23:56:45 -05:00
parent 847dee9062
commit fdbc225f11
7 changed files with 28 additions and 19 deletions

View file

@ -1975,7 +1975,7 @@ var AppInfo = {};
var embyWebComponentsBowerPath = bowerPath + '/emby-webcomponents';
if (browser.mobile || browser.msie) {
if (browser.mobile) {
define("prompt", [embyWebComponentsBowerPath + "/prompt/nativeprompt"], returnFirstDependency);
define("confirm", [embyWebComponentsBowerPath + "/confirm/nativeconfirm"], returnFirstDependency);
define("alert", [embyWebComponentsBowerPath + "/alert/nativealert"], returnFirstDependency);