mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
add setting to control import of missing episodes
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user