mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[PR #85] [MERGED] (fix): key error when paging and allow moving of files across different filesystems and docker mounts #166
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#166
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/Googolplexed0/zotify/pull/85
Author: @Phlogi
Created: 9/22/2025
Status: ✅ Merged
Merged: 10/12/2025
Merged by: @Googolplexed0
Base:
main← Head:fixes-main1📝 Commits (5)
9e3885ffix(config): handle missing keys in paginated API responsesb63f899fix(track): replace Path.rename with shutil.move for temp files34f2e74minor touchupsc053855version bump v0.9.29936bbb8Merge branch 'main' into fixes-main1📊 Changes
3 files changed (+14 additions, -7 deletions)
View changed files
📝
zotify/__init__.py(+1 -1)📝
zotify/config.py(+10 -4)📝
zotify/track.py(+3 -2)📄 Description
response_keyin both initial and paginated API responses to prevent KeyError and log warnings when keys are absent. This improves robustness and fixes the -a artist download which is broken for me on main.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.