mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03: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