From 13fd6cfd6ee6bed46960172a4046fd8a4ef91188 Mon Sep 17 00:00:00 2001 From: Laptop Date: Tue, 26 Nov 2024 12:45:31 +0200 Subject: [PATCH] quick fix for nil pointer deref in restream --- lib/restream/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/restream/init.go b/lib/restream/init.go index a31cce6..31db19b 100644 --- a/lib/restream/init.go +++ b/lib/restream/init.go @@ -31,6 +31,7 @@ func init() { f := false stubPrefs.ProxyStreams = &f + stubPrefs.ProxyImages = &f } type reader struct {