mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-15 03:21:29 +03:00
Fixed bug that prevented playlists from being navigated to
This commit is contained in:
@@ -50,7 +50,8 @@ export class CustomPlaylistsComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
goToPlaylist(playlist) {
|
goToPlaylist(info_obj) {
|
||||||
|
const playlist = info_obj.file;
|
||||||
const playlistID = playlist.id;
|
const playlistID = playlist.id;
|
||||||
const type = playlist.type;
|
const type = playlist.type;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user