mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#679
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/623
Author: @czifumasa
Created: 7/14/2024
Status: ✅ Merged
Merged: 7/15/2024
Merged by: @sigma67
Base:
main← Head:fix_title_for_podcasts📝 Commits (1)
b15087dget_playlist: fix title for podcast episodes (#622)📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
ytmusicapi/parsers/playlists.py(+3 -0)📄 Description
Quick fix for get_playlist method. Some playlist items had None as a title. (#622)
After refactor in (#612), title is resolved using
watchEndpoint. Podcast episodes do not have one. They havebrowseEndpointwithpageType = MUSIC_PAGE_TYPE_NON_MUSIC_AUDIO_TRACK_PAGEinstead.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.