quick fix for nil pointer deref in restream

This commit is contained in:
Laptop
2024-11-26 12:45:31 +02:00
parent 3452e0db35
commit 13fd6cfd6e

View File

@@ -31,6 +31,7 @@ func init() {
f := false f := false
stubPrefs.ProxyStreams = &f stubPrefs.ProxyStreams = &f
stubPrefs.ProxyImages = &f
} }
type reader struct { type reader struct {