mirror of
https://github.com/Readarr/Readarr
synced 2026-04-22 21:01:06 +02:00
parent
cf49404e13
commit
4b88cc5ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public void Clean()
|
|||
{
|
||||
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…
Reference in a new issue