mirror of https://github.com/lidarr/Lidarr
Fixed: Incorrect naming of ArtistFolderImported event
This commit is contained in:
parent
a728517eaf
commit
88298fbac8
|
@ -37,7 +37,7 @@ namespace NzbDrone.Core.History
|
|||
{
|
||||
Unknown = 0,
|
||||
Grabbed = 1,
|
||||
SeriesFolderImported = 2,
|
||||
ArtistFolderImported = 2,
|
||||
DownloadFolderImported = 3,
|
||||
DownloadFailed = 4,
|
||||
TrackFileDeleted = 5,
|
||||
|
|
Loading…
Reference in New Issue