mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-04 02:01:29 +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 type = playlist.type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user