mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-02 21:52:48 +00:00
refactor!: rewrite PlaylistManager
Probably fixes mentioned issues. #100, #101
This commit is contained in:
@@ -69,7 +69,7 @@ class MusicResponsiveListItem {
|
||||
}
|
||||
|
||||
#parseSong() {
|
||||
this.id = this.#playlist_item_data.video_id || this.endpoint.watch.video_id;
|
||||
this.id = this.#playlist_item_data.video_id || this.endpoint?.watch.video_id;
|
||||
this.title = this.#flex_columns[0].title.toString();
|
||||
|
||||
const duration_text =
|
||||
|
||||
Reference in New Issue
Block a user