mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fix: Remove invalid metadata images
This commit is contained in:
parent
b907243bc0
commit
c8993db2ad
21 changed files with 332 additions and 132 deletions
|
@ -282,6 +282,13 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("ShowRelativeDates", value); }
|
||||
}
|
||||
|
||||
public bool CleanupMetadataImages
|
||||
{
|
||||
get { return GetValueBoolean("CleanupMetadataImages", true); }
|
||||
|
||||
set { SetValue("CleanupMetadataImages", value); }
|
||||
}
|
||||
|
||||
private string GetValue(string key)
|
||||
{
|
||||
return GetValue(key, String.Empty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue