mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 14:45:51 +03:00
[PR #213] fix(domain): handle missing serverTime in Spotify ServerTimeResponse #215
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#215
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/213
Author: @Eutalix
Created: 2/12/2026
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
34c61cffix(domain): handle missing serverTime in Spotify ServerTimeResponseef8bd31fix(spotify): add system time fallback for TOTP generation📊 Changes
2 files changed (+18 additions, -9 deletions)
View changed files
📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/spotify/SpotifyAPI.kt(+16 -7)📝
app/src/main/java/pl/lambada/songsync/domain/model/lyrics_providers/spotify/WebPlayerToken.kt(+2 -2)📄 Description
MissingFieldExceptioncrash caused by Spotify removing theserverTimefield from their API.WebPlayerToken.ktto makeserverTimeoptional (defaults to 0), preventing the serialization error.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.