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

Commit

Permalink
fix YtIsEmpty func
Browse files Browse the repository at this point in the history
  • Loading branch information
JustHumanz committed Feb 3, 2022
1 parent de816f0 commit 730946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/database/ytdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (Data *LiveStream) InputYt() (int64, error) {

//YtIsEmpty?
func (Data LiveStream) YtIsEmpty() bool {
return Data.VideoID != ""
return Data.VideoID == ""
}

//Check new video or not
Expand Down

0 comments on commit 730946b

Please sign in to comment.