Fixed bug in goToPlaylist

This commit is contained in:
Isaac Abadi
2020-10-15 17:00:56 -04:00
parent d4e5082039
commit deac54e8d6

View File

@@ -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;