diff options
Diffstat (limited to 'bilibili/streaming.go')
-rw-r--r-- | bilibili/streaming.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bilibili/streaming.go b/bilibili/streaming.go index 2e0416c..3269cf1 100644 --- a/bilibili/streaming.go +++ b/bilibili/streaming.go @@ -16,7 +16,7 @@ import ( const InitReadBytes = 4096 // 4KiB // CopyLiveStream read data from a livestream video stream, copy them to a writer. -func (b Bilibili) CopyLiveStream( +func (b *Bilibili) CopyLiveStream( ctx context.Context, roomId types.RoomId, stream types.StreamingUrlInfo, |