mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
added sync job database
This commit is contained in:
@@ -282,7 +282,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
/// <exception cref="System.ArgumentException"></exception>
|
||||
public async Task<User> CreateUser(string name)
|
||||
{
|
||||
if (string.IsNullOrEmpty(name))
|
||||
if (string.IsNullOrWhiteSpace(name))
|
||||
{
|
||||
throw new ArgumentNullException("name");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user