From 3af9edec4f30bcd38025f1182101d51c8a86b9b4 Mon Sep 17 00:00:00 2001 From: Francesco Grazioso Date: Sun, 5 May 2024 12:49:03 +0200 Subject: [PATCH] add plot for all anime types --- frontend/src/views/Details.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/Details.vue b/frontend/src/views/Details.vue index 9cee5bd..6d846fb 100644 --- a/frontend/src/views/Details.vue +++ b/frontend/src/views/Details.vue @@ -99,12 +99,14 @@ const alertDownload = (message?: any) => {

{{ item.name }}

★ {{ item.score }}

-

{{ item.plot }}

+

{{ item.plot }}

{{ tvShowEpisodes[0][0].plot }}

Numero episodi: {{ animeEpisodes[0].episode_total }}

Numero stagioni: {{ tvShowEpisodes.length }}

-
+
+ +