From d8eda4d089867430671531fca48f066c4dd99cb6 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 15 Jul 2023 14:34:31 -0700 Subject: [PATCH] Fixed: Order of Discord grab notification fields (cherry picked from commit 35e171f7b120ba68f4c2f5a7ada5ba204caf7f45) Closes #8820 --- src/NzbDrone.Core/Notifications/Discord/DiscordFieldType.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/Notifications/Discord/DiscordFieldType.cs b/src/NzbDrone.Core/Notifications/Discord/DiscordFieldType.cs index f51c6a343..d0d9e8860 100644 --- a/src/NzbDrone.Core/Notifications/Discord/DiscordFieldType.cs +++ b/src/NzbDrone.Core/Notifications/Discord/DiscordFieldType.cs @@ -12,9 +12,9 @@ namespace NzbDrone.Core.Notifications.Discord Release, Poster, Fanart, + Indexer, CustomFormats, - CustomFormatScore, - Indexer + CustomFormatScore } public enum DiscordImportFieldType