Fixed isAd crash

This commit is contained in:
Pablo Ferreiro 2023-06-12 15:08:02 +02:00
parent 19a2066fc2
commit 8c769d89d4
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
4 changed files with 16 additions and 23 deletions

View file

@ -34,7 +34,6 @@
<div class="has-text-centered">
{embed '../details.latte', title: "Details"}
{block content}
<p>Is Ad: {bool_to_str($item->isAd)}
<p>Can duet: {bool_to_str($item->duetEnabled)}</p>
<p>Can stitch (add this video to other ones): {bool_to_str($item->stitchEnabled)}</p>
<p>Can be shared: {bool_to_str($item->shareEnabled)}