diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json
index 90c6a11469..6232ccca70 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/.bower.json
+++ b/dashboard-ui/bower_components/emby-webcomponents/.bower.json
@@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
- "version": "1.4.237",
- "_release": "1.4.237",
+ "version": "1.4.239",
+ "_release": "1.4.239",
"_resolution": {
"type": "version",
- "tag": "1.4.237",
- "commit": "41b1a7ea6d039a5e431ceb1295f7e50ba2e54c2c"
+ "tag": "1.4.239",
+ "commit": "0ec984aee68fd5745adc13ba2bbbcf1bafcd995e"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",
diff --git a/dashboard-ui/bower_components/emby-webcomponents/alert/alert.js b/dashboard-ui/bower_components/emby-webcomponents/alert/alert.js
index 8bbfd86f4b..3895d58e2d 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/alert/alert.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/alert/alert.js
@@ -15,7 +15,7 @@ define(['dialog', 'globalize'], function (dialog, globalize) {
var items = [];
items.push({
- name: globalize.translate('sharedcomponents#ButtonOk'),
+ name: globalize.translate('sharedcomponents#ButtonGotIt'),
id: 'ok',
type: 'submit'
});
diff --git a/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.js b/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.js
index 6677cc4e43..f82200c10d 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.js
@@ -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.');
+ });
});
});
diff --git a/dashboard-ui/bower_components/polymer/.bower.json b/dashboard-ui/bower_components/polymer/.bower.json
index 25eb84c037..a96f0f050e 100644
--- a/dashboard-ui/bower_components/polymer/.bower.json
+++ b/dashboard-ui/bower_components/polymer/.bower.json
@@ -32,14 +32,14 @@
"iron-component-page": "polymerElements/iron-component-page#^1.1.6"
},
"private": true,
- "homepage": "https://github.com/polymer/polymer",
+ "homepage": "https://github.com/Polymer/polymer",
"_release": "1.6.1",
"_resolution": {
"type": "version",
"tag": "v1.6.1",
"commit": "1f197d9d7874b1e5808b2a5c26f34446a7d912fc"
},
- "_source": "git://github.com/polymer/polymer.git",
+ "_source": "git://github.com/Polymer/polymer.git",
"_target": "^1.1.0",
- "_originalSource": "polymer/polymer"
+ "_originalSource": "Polymer/polymer"
}
\ No newline at end of file
diff --git a/dashboard-ui/cinemamodeconfiguration.html b/dashboard-ui/cinemamodeconfiguration.html
index 5464094c17..36bf270687 100644
--- a/dashboard-ui/cinemamodeconfiguration.html
+++ b/dashboard-ui/cinemamodeconfiguration.html
@@ -90,7 +90,7 @@
-
+
${CinemaModeConfigurationHelp2}
diff --git a/dashboard-ui/encodingsettings.html b/dashboard-ui/encodingsettings.html index 35de4069c3..9936f3c884 100644 --- a/dashboard-ui/encodingsettings.html +++ b/dashboard-ui/encodingsettings.html @@ -94,7 +94,7 @@