fix: remove superflous code
This commit is contained in:
parent
a110cb86ed
commit
f5d039279b
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue