yt-channel-info
yt-channel-info copied to clipboard
Upcoming videos with viewers have `isLive` as `true`
Upcoming videos can have viewers even before premiering. While parsing the video data, this is not taken into account, causing the isLive
variable to be set as true
, and isUpcoming
to be set as false
. This, in turn, will cause the mislabeling of an Upcoming video with viewers as a Live video.
This is related to the issue FreeTubeApp/FreeTube#754.