diff --git a/main.go b/main.go index 8946aa5..1b01bfa 100644 --- a/main.go +++ b/main.go @@ -127,7 +127,7 @@ func metaProc(ctx context.Context, name string, out chan<- string) { for { meta, err := getMeta(name) if err != nil { - current = "Error: " + err.Error() + current = name + " - " + err.Error() interval = 30 * time.Second } else { current = meta.title