Skip to content

Commit aaeff72

Browse files
committed
Forgot a setting
1 parent 9350219 commit aaeff72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AzzyBot-Next/Utilities/EmbedBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ public static DiscordEmbed BuildGetSettingsAzuraEmbed(AzuraCastEntity azuraCast)
267267
["Station ID"] = new($"{((azuraCast.StationId > 0) ? azuraCast.StationId : "Not set")}"),
268268
["Music Requests Channel"] = new((azuraCast.MusicRequestsChannelId > 0) ? $"<#{azuraCast.MusicRequestsChannelId}>" : "Not set"),
269269
["Outages Channel"] = new((azuraCast.OutagesChannelId > 0) ? $"<#{azuraCast.OutagesChannelId}>" : "Not set"),
270+
["Prefer HLS Streaming"] = new(azuraCast.PreferHlsStreaming.ToString()),
270271
["Show Playlist In Now Playing"] = new(azuraCast.ShowPlaylistInNowPlaying.ToString())
271272
};
272273

0 commit comments

Comments
 (0)