music-assistant-server
Branch:dev-lidarr-plugin
Commit Details
Fix inverted track_number condition in Bandcamp converter (#3211)
The condition checked output.track_number instead of track.track_number, meaning track numbers from the API were only applied when the output already had a non-None default. Co-authored-by: David Bishop <[email protected]> Co-authored-by: Claude Opus 4.6 <[email protected]>
Author
David Bishop<[email protected]>
February 23, 2026 at 07:23 AM UTC
Committer
GitHub<[email protected]>
February 23, 2026 at 07:23 AM UTC
1additions
1deletions
1file changed
Parent commits
Changes
1 file
+1-1
Changed Files (1)
music_assistant/providers/bandcamp/
music_assistant/providers/bandcamp/converters.py
+1-1