Fix: Remove invalid metadata images

This commit is contained in:
Keivan Beigi
2015-01-02 10:57:51 -08:00
parent b907243bc0
commit c8993db2ad
21 changed files with 332 additions and 132 deletions

View File

@@ -55,5 +55,10 @@ namespace NzbDrone.Core.Configuration
String LongDateFormat { get; set; }
String TimeFormat { get; set; }
Boolean ShowRelativeDates { get; set; }
//Internal
Boolean CleanupMetadataImages { get; set; }
}
}