mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
updated video js
This commit is contained in:
@@ -323,9 +323,9 @@ namespace MediaBrowser.Common.Implementations
|
||||
{
|
||||
return Container.GetInstance(type);
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.Error("Error creating {0}", type.Name);
|
||||
Logger.Error("Error creating {0}", ex, type.Name);
|
||||
|
||||
throw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user