mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
3.0.5387 Beta
This commit is contained in:
@@ -1417,6 +1417,10 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
{
|
||||
_jsonSerializer.SerializeToFile(capabilities, path);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.ErrorException("Error saving to {0}", ex, path);
|
||||
}
|
||||
finally
|
||||
{
|
||||
_capabilitiesLock.Release();
|
||||
|
||||
Reference in New Issue
Block a user