minor mobile fixes
This commit is contained in:
parent
e93700f9f8
commit
2a5d4c9069
|
@ -352,10 +352,10 @@ namespace MediaBrowser.Server.Implementations.Library
|
|||
}
|
||||
}
|
||||
|
||||
OnUserDeleted(user);
|
||||
|
||||
// Force this to be lazy loaded again
|
||||
Users = null;
|
||||
Users = await LoadUsers().ConfigureAwait(false);
|
||||
|
||||
OnUserDeleted(user);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user