mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-13 07:09:39 +05:00
quick fix for nil pointer deref in restream
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user