update folder settings

This commit is contained in:
Luke Pulverenti 2015-02-19 14:00:56 -05:00
parent 36545d2cfb
commit 5343630e0a
2 changed files with 10 additions and 0 deletions

View File

@ -16,5 +16,10 @@ namespace MediaBrowser.Controller.Entities
{
return false;
}
public override bool IsSaveLocalMetadataEnabled()
{
return true;
}
}
}

View File

@ -64,6 +64,11 @@ namespace MediaBrowser.Controller.Entities
}
}
public override bool IsSaveLocalMetadataEnabled()
{
return true;
}
public List<string> PhysicalLocationsList { get; set; }
protected override IEnumerable<FileSystemInfo> GetFileSystemChildren(IDirectoryService directoryService)