remotes/1693045480750635534/spooky-22
Aevann1 2021-09-07 00:12:45 +02:00
parent 9672c6d9d9
commit 46127ab540
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@
<div style="text-align: center" class="mt-3 mb-4">
<iframe src="{{p.embed_url}}" frameborder="0" width="600" height="337" allow="fullscreen"></iframe>
</div>
{% elif "streamable.com/e/" in p.url %}
{% elif p.url and "streamable.com/e/" in p.url %}
<div style="text-align: center" class="mt-3 mb-4">
<iframe src="{{p.url}}" frameborder="0" width="600" height="337" allow="fullscreen"></iframe>
</div>