mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: Missed list monitor type rename
This commit is contained in:
@@ -19,7 +19,7 @@ namespace NzbDrone.Core.ImportLists
|
||||
public enum ImportListMonitorType
|
||||
{
|
||||
None,
|
||||
SpecificAlbum,
|
||||
EntireArtist
|
||||
SpecificBook,
|
||||
EntireAuthor
|
||||
}
|
||||
}
|
||||
|
||||
@@ -221,7 +221,7 @@ namespace NzbDrone.Core.ImportLists
|
||||
},
|
||||
};
|
||||
|
||||
if (importList.ShouldMonitor == ImportListMonitorType.SpecificAlbum)
|
||||
if (importList.ShouldMonitor == ImportListMonitorType.SpecificBook)
|
||||
{
|
||||
toAdd.Author.Value.AddOptions.BooksToMonitor.Add(toAdd.ForeignBookId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user