Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit e756956

Browse files
committed
Fix livestream not send notif
1 parent fdf4ba3 commit e756956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/livestream/youtube/youtube.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func CheckYtByTime() {
9898
log.Error(err)
9999
}
100100

101-
Youtube.UpdateYt(config.LiveStatus)
101+
Youtube.UpdateStatus(config.LiveStatus).UpdateYt(config.LiveStatus)
102102
err = SendNude(Youtube)
103103
if err != nil {
104104
log.Error(err)

0 commit comments

Comments
 (0)