diff --git a/templates/components/themes/default.latte b/templates/components/themes/default.latte index 72e9a36..a347189 100644 --- a/templates/components/themes/default.latte +++ b/templates/components/themes/default.latte @@ -34,9 +34,9 @@
Can duet: {bool_to_str($item->duetEnabled)}
-Can stitch (add this video to other ones): {bool_to_str($item->stitchEnabled)}
-Can be shared: {bool_to_str($item->shareEnabled)} +
Can duet: {bool_to_str(isset($item->duetEnabled) ? $item->duetEnabled : boolval($item->duetDisplay))}
+Can stitch (add this video to other ones): {bool_to_str(isset($item->stitchEnabled) ? $item->stitchEnabled : boolval($item->stitchDisplay))}
+Can be shared: {bool_to_str(isset($item->shareEnabled) ? $item->shareEnabled : boolval($item->shareDisplay))} {/block} {/embed}