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, };