Fix startup wizard.

This commit is contained in:
Patrick Barron
2020-06-09 14:01:21 -04:00
parent ce737c31ec
commit d105bc728d
3 changed files with 41 additions and 1 deletions

View File

@@ -52,6 +52,11 @@ namespace MediaBrowser.Controller.Library
/// <value>The users ids.</value>
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>