Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkatGabrielGoncalves committed Oct 26, 2024
1 parent b6931a0 commit 3e6ccaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/music/YoutubeTracks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 3e6ccaf

Please sign in to comment.