Skip to content

Commit eed511d

Browse files
committed
Log stream start time when the stream starts.
1 parent 84c36d8 commit eed511d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Info.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ func (di *DownloadInfo) GetVideoInfo() bool {
791791
}
792792

793793
if !di.InProgress {
794+
LogGeneral("Stream started at time %s", pmfr.LiveBroadcastDetails.StartTimestamp)
794795
di.FormatInfo.SetInfo(pr)
795796
di.Metadata.SetInfo(di.FormatInfo)
796797
if len(pmfr.Thumbnail.Thumbnails) > 0 {

0 commit comments

Comments
 (0)