mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[PR #193] [CLOSED] Fix: skip Spotify provider during batch downloads when not selected (… #207
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#207
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/Lambada10/SongSync/pull/193
Author: @VipulNerd
Created: 10/2/2025
Status: ❌ Closed
Base:
master← Head:spotify-rate-limit-175📝 Commits (3)
c810193Fix: skip Spotify provider during batch downloads when not selected (fixes #175)3932780Fix: Pass selectedProvider correctly in HomeViewModel01ca4a3Guard BatchDownload debug log with AppConfig debug flag📊 Changes
7 files changed (+30 additions, -12 deletions)
View changed files
➕
.idea/AndroidProjectSystem.xml(+6 -0)📝
.idea/compiler.xml(+1 -1)📝
.idea/gradle.xml(+1 -2)📝
.idea/inspectionProfiles/Project_Default.xml(+3 -0)📝
.idea/misc.xml(+0 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/home/HomeViewModel.kt(+6 -5)📝
app/src/main/java/pl/lambada/songsync/util/LyricsUtils.kt(+13 -3)📄 Description
…fixes #175)
bug: skip Spotify provider during batch downloads when not selected (#175)
Fixes #175
What:
Why:
Testing:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.