mirror of
https://github.com/Readarr/Readarr
synced 2026-01-14 19:43:19 +01:00
Fixed: Incorrect naming of ArtistFolderImported event
This commit is contained in:
parent
a728517eaf
commit
88298fbac8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public enum HistoryEventType
|
|||
{
|
||||
Unknown = 0,
|
||||
Grabbed = 1,
|
||||
SeriesFolderImported = 2,
|
||||
ArtistFolderImported = 2,
|
||||
DownloadFolderImported = 3,
|
||||
DownloadFailed = 4,
|
||||
TrackFileDeleted = 5,
|
||||
|
|
|
|||
Loading…
Reference in a new issue