aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IUserManager.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2020-06-09 14:01:21 -0400
committerPatrick Barron <barronpm@gmail.com>2020-06-09 14:04:25 -0400
commitd105bc728d0ca44b601b311eca493c1171fa71fa (patch)
treeeff27ea0072cfa2920f15d59dc1843c72d04ead6 /MediaBrowser.Controller/Library/IUserManager.cs
parentce737c31ec3673caed8673253bd7c5efe7bde4a8 (diff)
Fix startup wizard.
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/IUserManager.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs
index 1e385dcb9..74f117f15 100644
--- a/MediaBrowser.Controller/Library/IUserManager.cs
+++ b/MediaBrowser.Controller/Library/IUserManager.cs
@@ -53,6 +53,11 @@ namespace MediaBrowser.Controller.Library
IEnumerable<Guid> UsersIds { get; }
/// <summary>
+ /// Initializes the user manager and ensures that a user exists.
+ /// </summary>
+ void Initialize();
+
+ /// <summary>
/// Gets a user by Id.
/// </summary>
/// <param name="id">The id.</param>