minor mobile fixes

This commit is contained in:
Luke Pulverenti 2013-12-27 00:13:19 -05:00
parent e93700f9f8
commit 2a5d4c9069
1 changed files with 3 additions and 3 deletions

View File

@ -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>