Added BannerDownloadJob, it will run every 30 days.

New series will have their banner downloaded on import.
This commit is contained in:
Mark McDowall
2011-09-10 01:42:05 -07:00
parent be92686e0e
commit dfd0720872
10 changed files with 383 additions and 2 deletions

View File

@@ -37,6 +37,10 @@ namespace NzbDrone.Core.Repository
public DateTime? LastDiskSync { get; set; }
public int Runtime { get; set; }
public string BannerUrl { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="Series"/> is hidden.
/// </summary>