diff --git a/ApiClient.js b/ApiClient.js index ea1905bad5..f268c44ec8 100644 --- a/ApiClient.js +++ b/ApiClient.js @@ -4058,7 +4058,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi options.ForceTitle = true; } - var url = self.getUrl("Packages/" + packageId + "Reviews", options); + var url = self.getUrl("Packages/" + packageId + "/Reviews", options); return self.ajax({ type: "GET", diff --git a/dashboard-ui/css/chromecast.css b/dashboard-ui/css/chromecast.css index 0072cd148e..4af5d4259f 100644 --- a/dashboard-ui/css/chromecast.css +++ b/dashboard-ui/css/chromecast.css @@ -7,8 +7,14 @@ background-size: 100%; vertical-align: middle; margin: 0 .6em; + cursor: pointer; + border: 0 !important; } + .btnCast:hover { + opacity: .5; + } + .btnDefaultCast { background-image: url(images/chromecast/ic_media_route_off_holo_dark.png); } diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index cef8cb3881..5d12dd51a2 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1199,3 +1199,21 @@ a.itemTag:hover { width: 32.95%; } } + +.playerSelectionPanel { + width: 250px; +} + +.ui-panel-dismiss-open.ui-panel-dismiss-position-right[data-panelid=playerSelectionPanel] { + right: 250px; +} + +@media all and (min-width: 600px) { + .playerSelectionPanel { + width: 300px; + } + + .ui-panel-dismiss-open.ui-panel-dismiss-position-right[data-panelid=playerSelectionPanel] { + right: 300px; + } +} \ No newline at end of file diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index 274977b65e..218e8df8ef 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -127,6 +127,8 @@
Add transcoding profiles to indicate which formats should be used when transcoding is required.
+ +