mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[PR #114] [MERGED] Enable fallback to unsynced lyrics when synced lyrics are unavailable #193
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#193
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/114
Author: @kerollosy
Created: 11/22/2024
Status: ✅ Merged
Merged: 11/28/2024
Merged by: @Lambada10
Base:
master← Head:musixmatch📝 Commits (4)
81cc426Rename syncedMusixmatch to unsyncedFallbackMusixmatch and update related methods and referencesa522ceaUpdate string resources to reflect unsynced lyrics fallback behaviorc9e2f5eMerge branch 'master' into musixmatch47b831eUpdate strings.xml📊 Changes
7 files changed (+17 additions, -16 deletions)
View changed files
📝
app/src/main/java/pl/lambada/songsync/data/UserSettingsController.kt(+5 -5)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/LyricsProviderService.kt(+3 -2)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/MusixmatchAPI.kt(+3 -3)📝
app/src/main/java/pl/lambada/songsync/ui/screens/home/HomeViewModel.kt(+1 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/LyricsFetchViewModel.kt(+1 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/settings/SettingsScreen.kt(+2 -2)📝
app/src/main/res/values/strings.xml(+2 -2)📄 Description
Previously, users could only toggle between synced and unsynced lyrics.
Now, if synced lyrics are unavailable, the app will automatically fall back to displaying unsynced lyrics.
Closes #112
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.