reduce file checks during library scan

This commit is contained in:
Luke Pulverenti
2017-10-13 15:22:24 -04:00
parent 0bc3cdfab7
commit 0351c968c3
11 changed files with 10 additions and 120 deletions

View File

@@ -51,12 +51,6 @@ namespace MediaBrowser.Controller.Entities
return null;
}
[IgnoreDataMember]
public override bool EnableRefreshOnDateModifiedChange
{
get { return true; }
}
public Guid? FindSeriesId()
{
return SeriesId;