You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Keep `duration` field alongside `duration_ms` for backward compatibility in API responses and types.
- Standardize `SpotifyPlaylistItem` type by simplifying `artists` to a `string` and removing redundant `imageUrl`.
- Remove redundant Play/Pause `IconButton` in `PlaylistTracksDisplay` and handle clicks on the row directly.
- Migrate index-based playback to URI-based playback in `PlaylistTracksDisplay`.
- Fix TypeScript error in `socketManager.ts` by replacing `as any` cast.
- Resolve unused imports linting issues.
- Update related unit tests to match architecture changes.
Co-authored-by: arii <342438+arii@users.noreply.github.com>
0 commit comments