fix: remove superflous code

This commit is contained in:
José Carlos Cuevas 2023-12-19 11:42:03 +01:00
parent a110cb86ed
commit f5d039279b

View file

@ -320,7 +320,6 @@ func main() {
host := ""
if len(broadcastResponse.Broadcast.NextShow.Show.Hosts) > 0 {
host = "by: " + broadcastResponse.Broadcast.NextShow.Show.Hosts[0].Name
} else {
}
showCard.SetSubTitle(date + " " + host)
showAvatar.Image = loadImageURL(broadcastResponse.Broadcast.NextShow.Show.AvatarUrl)