mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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
|
// Force this to be lazy loaded again
|
||||||
Users = null;
|
Users = await LoadUsers().ConfigureAwait(false);
|
||||||
|
|
||||||
|
OnUserDeleted(user);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user