aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Dlna
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-26 15:21:29 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-26 15:21:29 -0400
commit6ac7675c15af7cf5ea2aaed6c9e329af7eb62c44 (patch)
tree13fb5bdc5b1eb8d82b9d603da0285ed459b16e23 /MediaBrowser.Controller/Dlna
parent80d84225b7e105add55b44293beb7916ebda140f (diff)
add dlna service methods
Diffstat (limited to 'MediaBrowser.Controller/Dlna')
-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 dfed5e310..eb4b65e14 100644
--- a/MediaBrowser.Controller/Dlna/IDlnaManager.cs
+++ b/MediaBrowser.Controller/Dlna/IDlnaManager.cs
@@ -23,6 +23,12 @@ namespace MediaBrowser.Controller.Dlna
/// </summary>
/// <returns>DeviceProfile.</returns>
DeviceProfile GetDefaultProfile();
+
+ /// <summary>
+ /// Deletes the profile.
+ /// </summary>
+ /// <param name="id">The identifier.</param>
+ void DeleteProfile(string id);
/// <summary>
/// Gets the profile.