add setting to control import of missing episodes

This commit is contained in:
Luke Pulverenti
2016-11-22 13:22:01 -05:00
parent 70df357e1e
commit 3f68882fa8
35 changed files with 58 additions and 50 deletions

View File

@@ -95,13 +95,13 @@ namespace Emby.Server.Implementations.Data
DbFilePath = Path.Combine(_config.ApplicationPaths.DataPath, "library.db");
}
//protected override bool AllowLockRecursion
//{
// get
// {
// return true;
// }
//}
protected override bool AllowLockRecursion
{
get
{
return true;
}
}
private const string ChaptersTableName = "Chapters2";