mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 02:27:17 +00:00
Created an ItemsByName query dto
This commit is contained in:
@@ -404,7 +404,7 @@ namespace MediaBrowser.Common.Kernel
|
||||
}
|
||||
catch (FileNotFoundException)
|
||||
{
|
||||
configuration = ApplicationHost.CreateInstance(type);
|
||||
configuration = Activator.CreateInstance(type);
|
||||
}
|
||||
|
||||
// Take the object we just got and serialize it back to bytes
|
||||
|
||||
Reference in New Issue
Block a user