Live video on the AT Protocol

add broadcaster id to blobs

authored by

Natalie Bridgers and committed by
Natalie B.
850448e2 d83bba0f

+1 -1
+1 -1
pkg/spxrpc/place_stream_branding.go
··· 132 132 str := string(data) 133 133 asset.Data = &str 134 134 } else { 135 - url := fmt.Sprintf("/xrpc/place.stream.branding.getBlob?key=%s", key) 135 + url := fmt.Sprintf("/xrpc/place.stream.branding.getBlob?key=%s&broadcaster=%s", key, broadcasterID) 136 136 asset.Url = &url 137 137 } 138 138