From 3e6ccaf1f8fba6cf394ee13b549ff34c2755fba7 Mon Sep 17 00:00:00 2001 From: AkatGabrielGoncalves Date: Sat, 26 Oct 2024 16:26:48 -0300 Subject: [PATCH] fix --- src/modules/music/YoutubeTracks.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/music/YoutubeTracks.ts b/src/modules/music/YoutubeTracks.ts index 2fb09eb..247a1d8 100644 --- a/src/modules/music/YoutubeTracks.ts +++ b/src/modules/music/YoutubeTracks.ts @@ -51,9 +51,9 @@ class YoutubeTracks { track: { url: youtubeUrl + videoId, title: youtubeUrl + videoId, - duration: 0, + duration: '00:00', thumbnail: '', - }, + } as QueueItem, url: youtubeUrl + videoId, title: youtubeUrl + videoId, };