From 9364a2e2121fa5951d4131b1c34e3f89bae840c2 Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Sat, 1 Apr 2023 18:45:10 +0200 Subject: [PATCH] hotfix --- templates/components/themes/default.latte | 2 +- templates/views/video.latte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/components/themes/default.latte b/templates/components/themes/default.latte index d23f9ee..41af404 100644 --- a/templates/components/themes/default.latte +++ b/templates/components/themes/default.latte @@ -19,7 +19,7 @@ {/if}

{$item->desc}

Song: {$item->music->title}

- + {include './common/stats.latte', playCount: $item->stats->playCount, diggCount: $item->stats->diggCount, commentCount: $item->stats->commentCount, shareCount: $item->stats->shareCount}
{include './common/content.latte', item: $item, isAutoplay: false, isBig: false} diff --git a/templates/views/video.latte b/templates/views/video.latte index affb0f5..6283506 100644 --- a/templates/views/video.latte +++ b/templates/views/video.latte @@ -35,7 +35,7 @@

{$item->desc}

Song: {$item->music->title}

- + {include '../components/themes/common/stats.latte', playCount: $item->stats->playCount, diggCount: $item->stats->diggCount, commentCount: $item->stats->commentCount, shareCount: $item->stats->shareCount}
{include '../components/themes/common/share.latte', uniqueId: $info->detail->uniqueId, id: $item->id}