update folder settings

pull/702/head
Luke Pulverenti 10 years ago
parent 36545d2cfb
commit 5343630e0a

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

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

Loading…
Cancel
Save