fix block spotify (handle stopped status)
ci/woodpecker/manual/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2022-09-14 09:24:21 +02:00
parent 7057a29f6d
commit 64908e4eb4
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ func main() {
if status == "Not available" {
return
} else if status == "Stopped" {
return
} else if status == "Paused" {
stmt = r.TextWithPadding(r.FontAwesome("\uf04c"), r.FB{
Background: r.Color("black3"),