Skip to content

Commit 0138c18

Browse files
committed
remove fix by gotofritz
1 parent 7ace167 commit 0138c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ytmusicapi/parsers/playlists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def parse_playlist_header_meta(header: dict[str, Any]) -> dict[str, Any]:
4040
"views": None,
4141
"duration": None,
4242
"trackCount": None,
43-
"title": nav(header, TITLE_TEXT, none_if_absent=True) or nav(header, SUBTITLE, none_if_absent=False),
43+
"title": nav(header, TITLE_TEXT, none_if_absent=True),
4444
"thumbnails": nav(header, THUMBNAILS),
4545
}
4646
if "runs" in header["secondSubtitle"]:

0 commit comments

Comments
 (0)