mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-16 21:10:53 -05:00
Potential fix for pull request finding
Agreed - the comment can be improved - the core suggestion still applies Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
250438f287
commit
873acd3ff1
@ -159,8 +159,8 @@ private module Parsers
|
||||
# A livestream no longer necessarily carries a "LIVE" entry in `badges`.
|
||||
# On the trending feed — which is the livestreams feed since YouTube
|
||||
# removed the aggregated trending page — `badges` is absent altogether and
|
||||
# the only marker is the thumbnail's time-status overlay, which reads
|
||||
# `{"style": "LIVE", "text": "LIVE"}` in place of a duration.
|
||||
# the only marker is the thumbnail's time-status overlay, which carries
|
||||
# `{"style": "LIVE", "text": {"simpleText": "LIVE"}}` in place of a duration.
|
||||
#
|
||||
# Without this, every item on that feed is serialised as
|
||||
# `liveNow: false`, directly contradicting `/api/v1/videos` for the same
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user