Skip to content

Commit

Permalink
Log stream start time when the stream starts.
Browse files Browse the repository at this point in the history
  • Loading branch information
awused committed Feb 15, 2024
1 parent 84c36d8 commit eed511d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Info.go
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ func (di *DownloadInfo) GetVideoInfo() bool {
}

if !di.InProgress {
LogGeneral("Stream started at time %s", pmfr.LiveBroadcastDetails.StartTimestamp)
di.FormatInfo.SetInfo(pr)
di.Metadata.SetInfo(di.FormatInfo)
if len(pmfr.Thumbnail.Thumbnails) > 0 {
Expand Down

0 comments on commit eed511d

Please sign in to comment.