[AB-100] fixing failing to show twitch streamer if default post target is not setup

This commit is contained in:
Sheldan
2023-09-02 21:49:56 +02:00
parent 4278310ddc
commit 3d1ef56aed
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,9 @@
"description": "<#list streamers as streamer>
<#assign streamer=streamer>
<#assign name=streamer.name>
<#if streamer.targetChannel?has_content>
<#assign targetChannel=streamer.targetChannel.channelMention>
</#if>
<#assign showNotificationsDisplay>${streamer.showNotifications?string('✅', '❌')}</#assign>
<#assign streamerURL=streamer.streamerURL>
<#include "listTwitchStreamer_response_streamer_display"><#sep>