3.0.5387 Beta

This commit is contained in:
Luke Pulverenti
2014-10-01 21:36:58 -04:00
parent 8e41325dca
commit 0bc84b7d41
2 changed files with 23 additions and 2 deletions

View File

@@ -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();