From 9f772d378cc748f6c241cb32cf8296dcab20cb64 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Tue, 23 Mar 2021 20:52:45 +1100 Subject: [PATCH] always watch my own channel --- docker-compose.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.jsonnet b/docker-compose.jsonnet index 659c704..f07e38e 100644 --- a/docker-compose.jsonnet +++ b/docker-compose.jsonnet @@ -31,7 +31,7 @@ // Twitch channels to capture. The first one will be used as the default channel in the editor. // Channels suffixed with a '!' are considered "important" and will be retried more aggressively // and warned about if they're not currently streaming. - channels:: [], + channels:: ["ekimekim"], // Stream qualities to capture qualities:: ["source"],