Fixed: Incorrect naming of ArtistFolderImported event

This commit is contained in:
Qstick 2018-02-18 01:29:38 -05:00
commit 88298fbac8

View file

@ -37,7 +37,7 @@ namespace NzbDrone.Core.History
{
Unknown = 0,
Grabbed = 1,
SeriesFolderImported = 2,
ArtistFolderImported = 2,
DownloadFolderImported = 3,
DownloadFailed = 4,
TrackFileDeleted = 5,