From 414b1251c791dd914e51a5cfd7afeeaaf912e8a3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 22 Jun 2014 01:52:31 -0400 Subject: dlna fixes --- MediaBrowser.Controller/Library/IUserManager.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'MediaBrowser.Controller/Library/IUserManager.cs') diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs index 0a0174b6d..010caa233 100644 --- a/MediaBrowser.Controller/Library/IUserManager.cs +++ b/MediaBrowser.Controller/Library/IUserManager.cs @@ -1,4 +1,5 @@ using MediaBrowser.Controller.Entities; +using MediaBrowser.Model.Configuration; using MediaBrowser.Model.Events; using System; using System.Collections.Generic; @@ -29,6 +30,14 @@ namespace MediaBrowser.Controller.Library event EventHandler> UserDeleted; event EventHandler> UserCreated; + event EventHandler> UserConfigurationUpdated; + + /// + /// Updates the configuration. + /// + /// The user. + /// The new configuration. + void UpdateConfiguration(User user, UserConfiguration newConfiguration); /// /// Gets a User by Id -- cgit v1.2.3