mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 15:55:54 +03:00
[PR #60] [MERGED] Multiple devices #100
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nocturne-ui#100
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/usenocturne/nocturne-ui/pull/60
Author: @vakst
Created: 12/14/2024
Status: ✅ Merged
Merged: 12/14/2024
Merged by: @brandonsaldan
Base:
develop/v2.1.2-beta.1← Head:multiple-devices📝 Commits (3)
ae935f7Multiply devices support63deb33Multiply devices support:03a5dacMultiply devices support:📊 Changes
12 files changed (+93 additions, -268 deletions)
View changed files
📝
src/pages/_app.jsx(+4 -28)📝
src/pages/album/[albumId].jsx(+8 -45)📝
src/pages/artist/[artistId].jsx(+8 -45)📝
src/pages/collection/tracks.jsx(+8 -45)📝
src/pages/mix/[mixId].jsx(+7 -43)📝
src/pages/now-playing.jsx(+4 -13)📝
src/pages/playlist/[playlistId].jsx(+7 -45)📝
src/services/artistService.js(+1 -1)➕
src/services/deviceService.js(+42 -0)📝
src/services/index.js(+2 -1)📝
src/services/playlistService.js(+1 -1)📝
src/services/userPlaylistService.js(+1 -1)📄 Description
Spotify allows multiple devices to be opened simultaneously. But only one can be active. Any other devices should be used only to control the main playing device. Other devices shouldn't be allowed to switch an active device (except by using playing on the device feature).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.