Fixed: Order of Discord grab notification fields
This commit is contained in:
parent
5b3b346b77
commit
35e171f7b1
|
@ -12,9 +12,9 @@ namespace NzbDrone.Core.Notifications.Discord
|
||||||
Release,
|
Release,
|
||||||
Poster,
|
Poster,
|
||||||
Fanart,
|
Fanart,
|
||||||
|
Indexer,
|
||||||
CustomFormats,
|
CustomFormats,
|
||||||
CustomFormatScore,
|
CustomFormatScore
|
||||||
Indexer
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum DiscordImportFieldType
|
public enum DiscordImportFieldType
|
||||||
|
|
Loading…
Reference in New Issue