mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 15:16:00 +03:00
[GH-ISSUE #74] Duplicate song in playlist not exported #67
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#67
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 @DadiBit on GitHub (Apr 8, 2023).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/74
If a playlist has the same song twice (e.g.: in 9th position and 14th position) the exported m3u8 playlist won't contain nor the first nor the second.
Looking at the exporting for loop:
So the issue is likely in the tracks array itself, walking up the stack of called functions we reach the getPlaylistTracks one:
Honestly, I couldn't debug further than this.