mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
added user data save event
This commit is contained in:
@@ -413,6 +413,11 @@ namespace MediaBrowser.Common.Implementations
|
||||
{
|
||||
Logger.Error("Error creating {0}", ex, type.Name);
|
||||
|
||||
#if DEBUG
|
||||
throw;
|
||||
#endif
|
||||
|
||||
// Don't blow up in release mode
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user