1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

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
@@ -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; }
}
}