mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 07:35:52 +03:00
[GH-ISSUE #47] Playlist download fails if it contains a podcast episode #588
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#588
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?
Originally created by @jelte1 on GitHub (Aug 23, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/47
When attempting to download a playlist that includes a podcast episode, the program crashes. This happens because some podcast episodes don’t have an associated artist, causing the artist value to be "None". I fixed this myself by adding an extra check when retrieving the artist from a track. Tho podcast episodes should probably just be skipped.
@afkarxyz commented on GitHub (Nov 24, 2025):
please send me the link, I'll try it
@jelte1 commented on GitHub (Dec 10, 2025):
I think it's fixed in the current version.