Skip to content

Commit

Permalink
Merge pull request #176 from awused/master
Browse files Browse the repository at this point in the history
Log stream start time when the stream starts.
Kethsar authored Feb 15, 2024
2 parents 84c36d8 + eed511d commit 4d43d9b
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
@@ -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 {

0 comments on commit 4d43d9b

Please sign in to comment.