Parse if video is post live dvr and include it in API

This commit is contained in:
ChunkyProgrammer
2024-04-07 10:26:33 -04:00
parent 08390acd0c
commit bfd9c9876e
3 changed files with 9 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ module Invidious::JSONify::APIv1
json.field "rating", 0_i64
json.field "isListed", video.is_listed
json.field "liveNow", video.live_now
json.field "isPostLiveDvr", video.post_live_dvr
json.field "isUpcoming", video.is_upcoming
if video.premiere_timestamp