bug fix
Bi-Rabittoh andronacomarco@gmail.com
Mon, 15 Jan 2024 22:27:19 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
invidious/api.go
→
invidious/api.go
@@ -56,7 +56,7 @@ }
res.Expire = time.Unix(expireTimestamp, 0) vb, i := c.findCompatibleFormat(res) - if vb.Length <= 0 { + if i < 0 { logger.Warn("No compatible formats found for video.") res.Url = "" } else {