We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9350219 commit aaeff72Copy full SHA for aaeff72
AzzyBot-Next/Utilities/EmbedBuilder.cs
@@ -267,6 +267,7 @@ public static DiscordEmbed BuildGetSettingsAzuraEmbed(AzuraCastEntity azuraCast)
267
["Station ID"] = new($"{((azuraCast.StationId > 0) ? azuraCast.StationId : "Not set")}"),
268
["Music Requests Channel"] = new((azuraCast.MusicRequestsChannelId > 0) ? $"<#{azuraCast.MusicRequestsChannelId}>" : "Not set"),
269
["Outages Channel"] = new((azuraCast.OutagesChannelId > 0) ? $"<#{azuraCast.OutagesChannelId}>" : "Not set"),
270
+ ["Prefer HLS Streaming"] = new(azuraCast.PreferHlsStreaming.ToString()),
271
["Show Playlist In Now Playing"] = new(azuraCast.ShowPlaylistInNowPlaying.ToString())
272
};
273
0 commit comments