Skip to content

Commit

Permalink
Revert "Properly set LiveURL state value after finding a stream"
Browse files Browse the repository at this point in the history
This broke channel monitoring, oops
  • Loading branch information
Kethsar committed Feb 2, 2024
1 parent 156f023 commit aba3afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ func (di *DownloadInfo) GetPlayablePlayerResponse() (retrieved int, pr *PlayerRe
if isLiveURL {
di.URL = fmt.Sprintf("https://www.youtube.com/watch?v=%s", di.VideoID)
di.MembersOnly = false
di.LiveURL = false
isLiveURL = false
continue
}

Expand Down

0 comments on commit aba3afb

Please sign in to comment.