aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/Dlna/IDlnaManager.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Dlna/IDlnaManager.cs b/MediaBrowser.Controller/Dlna/IDlnaManager.cs
index dd9b0e8a8..dfed5e310 100644
--- a/MediaBrowser.Controller/Dlna/IDlnaManager.cs
+++ b/MediaBrowser.Controller/Dlna/IDlnaManager.cs
@@ -19,6 +19,12 @@ namespace MediaBrowser.Controller.Dlna
DeviceProfile GetProfile(IDictionary<string,string> headers);
/// <summary>
+ /// Gets the default profile.
+ /// </summary>
+ /// <returns>DeviceProfile.</returns>
+ DeviceProfile GetDefaultProfile();
+
+ /// <summary>
/// Gets the profile.
/// </summary>
/// <param name="id">The identifier.</param>