Skip to content

Commit

Permalink
fix(withny): fix critical nil pointer dereference
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Aug 21, 2024
1 parent c9c7cdb commit f73f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion withny/livestream.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func DownloadLiveStream(ctx context.Context, client *api.Client, ls LiveStream)
playlist = playlists[0]
}

downloader := hls.NewDownloader(
downloader = hls.NewDownloader(
client,
&log.Logger,
ls.Params.PacketLossMax,
Expand Down

0 comments on commit f73f0ed

Please sign in to comment.