mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Merge branch 'developer' of https://github.com/play-dl/play-dl into developer
This commit is contained in:
@@ -236,7 +236,7 @@ export class SpotifyPlaylist {
|
||||
this.tracksCount = Number(data.tracks.total);
|
||||
const videos: SpotifyTrack[] = [];
|
||||
data.tracks.items.forEach((v: any) => {
|
||||
videos.push(new SpotifyTrack(v.track));
|
||||
if(v.track) videos.push(new SpotifyTrack(v.track));
|
||||
});
|
||||
this.fetched_tracks = new Map();
|
||||
this.fetched_tracks.set('1', videos);
|
||||
|
||||
Reference in New Issue
Block a user