mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-14 09:05:09 +00:00
Prevent timestamp from being set for Livestreams on "Watch on Youtube" links (#5481)
This commit is contained in:
@@ -65,7 +65,8 @@ we're going to need to do it here in order to allow for translations.
|
||||
"vr" => video.vr?,
|
||||
"projection_type" => video.projection_type,
|
||||
"local_disabled" => CONFIG.disabled?("local"),
|
||||
"support_reddit" => true
|
||||
"support_reddit" => true,
|
||||
"live_now" => video.live_now
|
||||
}.to_pretty_json
|
||||
%>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user