Update html/watch.ejs
This commit is contained in:
parent
0d3b378632
commit
af6ddddd81
@ -39,10 +39,10 @@
|
||||
<!-- meta tags disabled by user -->
|
||||
<% } %>
|
||||
<% if (!e) { %>
|
||||
<meta content="<%=inv_vid.title%>" name=title>
|
||||
<meta content="<%=inv_vid.?title%>" name=title>
|
||||
<meta content="<%=color%>" name="theme-color">
|
||||
<meta content="{canplayhd: true, redesign_feburary_2023:true, poke-rebrand:true, universe:2, ImmersiveAmbientMode:true, november2023_poke_rebrand:true, rebrand_2024:true, faster_load:true, AudioSyncV2:false, AudioSyncV3:true }" name="flags">
|
||||
<meta content="<%=inv_vid.author%>" name=twitter:author>
|
||||
<meta content="<%=inv_vid?.author%>" name=twitter:author>
|
||||
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
|
||||
<meta content="<%=inv_vid?.title%> | Poke" name=twitter:title>
|
||||
<meta content="Watch this <%- turntomins(inv_vid.lengthSeconds) || "LIVE"%> long video from <%=inv_vid.author%> On Poke!
|
||||
@ -3709,9 +3709,9 @@ window.addEventListener('DOMContentLoaded', () => {
|
||||
<% } catch (error) { %>
|
||||
|
||||
|
||||
<p style="color:white"> <%- error %> </p>
|
||||
|
||||
<script>
|
||||
|
||||
<script> location.reload();
|
||||
</script>
|
||||
|
||||
<% } %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user