mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-19 00:11:28 +03:00
Fixed bug in goToPlaylist
This commit is contained in:
@@ -50,7 +50,8 @@ export class CustomPlaylistsComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
goToPlaylist(playlist) {
|
goToPlaylist(event_info) {
|
||||||
|
const playlist = event_info.file;
|
||||||
const playlistID = playlist.id;
|
const playlistID = playlist.id;
|
||||||
const type = playlist.type;
|
const type = playlist.type;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user