added user data save event

This commit is contained in:
Luke Pulverenti
2013-10-02 15:08:58 -04:00
parent 0abc9d3493
commit 33a3e215d0
12 changed files with 74 additions and 15 deletions

View File

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