diff --git a/dashboard-ui/bower_components/iron-meta/.bower.json b/dashboard-ui/bower_components/iron-meta/.bower.json
index 8119ebcf4..9e650790b 100644
--- a/dashboard-ui/bower_components/iron-meta/.bower.json
+++ b/dashboard-ui/bower_components/iron-meta/.bower.json
@@ -25,14 +25,14 @@
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
- "homepage": "https://github.com/polymerelements/iron-meta",
+ "homepage": "https://github.com/PolymerElements/iron-meta",
"_release": "1.0.3",
"_resolution": {
"type": "version",
"tag": "v1.0.3",
"commit": "91529259262b0d8f33fed44bc3fd47aedf35cb04"
},
- "_source": "git://github.com/polymerelements/iron-meta.git",
+ "_source": "git://github.com/PolymerElements/iron-meta.git",
"_target": "^1.0.0",
- "_originalSource": "polymerelements/iron-meta"
+ "_originalSource": "PolymerElements/iron-meta"
}
\ No newline at end of file
diff --git a/dashboard-ui/cordova/android/iap.js b/dashboard-ui/cordova/android/iap.js
index bfa5e082f..5da8db3cb 100644
--- a/dashboard-ui/cordova/android/iap.js
+++ b/dashboard-ui/cordova/android/iap.js
@@ -5,7 +5,7 @@
function getStoreFeatureId(feature) {
if (feature == 'embypremieremonthly') {
- return "emby.supporter.monthly";
+ return "emby.supporter.weekly";
}
return "com.mb.android.unlock";
diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css
index 1590472a3..9b109334a 100644
--- a/dashboard-ui/css/librarybrowser.css
+++ b/dashboard-ui/css/librarybrowser.css
@@ -16,10 +16,9 @@
margin-left: .5em;
}
-.background-theme-b {
+.background-theme-b, paper-dialog.background-theme-b {
background-color: #242424;
- background: radial-gradient(circle, #282828, #141414) !important;
- background-attachment: fixed;
+ background: radial-gradient(circle, #282828, #141414) fixed;
}
.ui-body-b {
diff --git a/dashboard-ui/librarysettings.html b/dashboard-ui/librarysettings.html
index f984c7d3b..cf57e8c16 100644
--- a/dashboard-ui/librarysettings.html
+++ b/dashboard-ui/librarysettings.html
@@ -55,7 +55,7 @@