From af4afc1df1db7844c674d1e1ec90d736d49cd757 Mon Sep 17 00:00:00 2001 From: chiragkrishna Date: Sat, 7 Sep 2024 17:06:10 +0530 Subject: [PATCH] Rename Username to BotUsername --- Jellyfin.Plugin.Webhook/Destinations/Discord/DiscordOption.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.Webhook/Destinations/Discord/DiscordOption.cs b/Jellyfin.Plugin.Webhook/Destinations/Discord/DiscordOption.cs index 5dd1321..c74ff22 100644 --- a/Jellyfin.Plugin.Webhook/Destinations/Discord/DiscordOption.cs +++ b/Jellyfin.Plugin.Webhook/Destinations/Discord/DiscordOption.cs @@ -18,7 +18,7 @@ public class DiscordOption : BaseOption /// /// Gets or sets the bot username. /// - public string? Username { get; set; } + public string? BotUsername { get; set; } /// /// Gets or sets the mention type.