Skip to content

Commit

Permalink
fix(device): Fix one more search bug
Browse files Browse the repository at this point in the history
Ref #27
  • Loading branch information
gabe565 committed Nov 2, 2023
1 parent b182a21 commit f56f1f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/device/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ func (d *Device) tick() error {
d.queryState = QueryNone
} else {
d.queryVideoId()
break
}

if d.meta.CurrVideoId != d.meta.PrevVideoId {
Expand Down

0 comments on commit f56f1f9

Please sign in to comment.