Created an ItemsByName query dto

This commit is contained in:
LukePulverenti
2013-03-02 02:16:52 -05:00
parent 79baaa4daa
commit e8f5fade43
14 changed files with 94 additions and 38 deletions

View File

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