Fixed: Incorrect naming of ArtistFolderImported event

This commit is contained in:
Qstick 2018-02-18 01:29:38 -05:00
parent a728517eaf
commit 88298fbac8
1 changed files with 1 additions and 1 deletions

View File

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