Fixed: Cleanup of unused tags for Import lists

Fixes #1181
pull/1196/head
Qstick 3 years ago committed by GitHub
parent cf49404e13
commit 4b88cc5ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ namespace NzbDrone.Core.Housekeeping.Housekeepers
{
using (var mapper = _database.OpenConnection())
{
var usedTags = new[] { "Authors", "Notifications", "DelayProfiles", "ReleaseProfiles" }
var usedTags = new[] { "Authors", "Notifications", "DelayProfiles", "ReleaseProfiles", "ImportLists" }
.SelectMany(v => GetUsedTags(v, mapper))
.Distinct()
.ToArray();

Loading…
Cancel
Save