mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Lower quality episodes are deleted on import (from disk and db)
This commit is contained in:
@@ -12,9 +12,12 @@ namespace NzbDrone.Core.MediaFiles
|
||||
public long Size { get; set; }
|
||||
public DateTime DateAdded { get; set; }
|
||||
public string SceneName { get; set; }
|
||||
|
||||
public QualityModel Quality { get; set; }
|
||||
|
||||
public LazyList<Episode> Episodes { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return String.Format("[{0}] {1}", Id, Path);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user