aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-26 11:17:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-26 11:17:36 -0400
commitde19966074eb17b025d4e21415cca8aaea4cdc56 (patch)
treee4784f7c7ff4454615f4661bf02e387d4a7d5ae2 /MediaBrowser.Controller
parent4e2764e516ba62506aa85765401769d0bc7192aa (diff)
use profile id in streaming service
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>