aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Dlna/IDlnaManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Dlna/IDlnaManager.cs')
-rw-r--r--MediaBrowser.Controller/Dlna/IDlnaManager.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Dlna/IDlnaManager.cs b/MediaBrowser.Controller/Dlna/IDlnaManager.cs
index eb4b65e14..521d17e01 100644
--- a/MediaBrowser.Controller/Dlna/IDlnaManager.cs
+++ b/MediaBrowser.Controller/Dlna/IDlnaManager.cs
@@ -25,6 +25,18 @@ namespace MediaBrowser.Controller.Dlna
DeviceProfile GetDefaultProfile();
/// <summary>
+ /// Creates the profile.
+ /// </summary>
+ /// <param name="profile">The profile.</param>
+ void CreateProfile(DeviceProfile profile);
+
+ /// <summary>
+ /// Updates the profile.
+ /// </summary>
+ /// <param name="profile">The profile.</param>
+ void UpdateProfile(DeviceProfile profile);
+
+ /// <summary>
/// Deletes the profile.
/// </summary>
/// <param name="id">The identifier.</param>