diff --git a/ApiClient.js b/ApiClient.js
index 765cae6128..ea1905bad5 100644
--- a/ApiClient.js
+++ b/ApiClient.js
@@ -3809,7 +3809,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
var deferred = $.Deferred();
var msg = [itemId, canSeek, queueableMediaTypes];
-
+
if (mediaSourceId) {
msg.push(mediaSourceId);
}
@@ -4029,7 +4029,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
self.createPackageReview = function (review) {
- var url = self.getUrl("PackageReviews/" + review.id, review);
+ var url = self.getUrl("Packages/Reviews/" + review.id, review);
return self.ajax({
type: "POST",
@@ -4058,7 +4058,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
options.ForceTitle = true;
}
- var url = self.getUrl("PackageReviews/" + packageId, options);
+ var url = self.getUrl("Packages/" + packageId + "Reviews", options);
return self.ajax({
type: "GET",
diff --git a/dashboard-ui/dlnasettings.html b/dashboard-ui/dlnasettings.html
index 130e13e02a..b198152b58 100644
--- a/dashboard-ui/dlnasettings.html
+++ b/dashboard-ui/dlnasettings.html
@@ -21,6 +21,16 @@
Media Browser can detect devices within your network and offer the ability to remote control them.
+
+
+
+ This will create large log files and should only be used as needed for troubleshooting purposes.
+
+
+
+
+ Determines the duration in seconds of the interval between SSDP searches performed by Media Browser.
+