[PR #60] [MERGED] Multiple devices #100

Closed
opened 2026-02-28 15:42:10 +03:00 by kerem · 0 comments
Owner

📋 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.1Head: multiple-devices


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/usenocturne/nocturne-ui/pull/60 **Author:** [@vakst](https://github.com/vakst) **Created:** 12/14/2024 **Status:** ✅ Merged **Merged:** 12/14/2024 **Merged by:** [@brandonsaldan](https://github.com/brandonsaldan) **Base:** `develop/v2.1.2-beta.1` ← **Head:** `multiple-devices` --- ### 📝 Commits (3) - [`ae935f7`](https://github.com/usenocturne/nocturne-ui/commit/ae935f7dfa29789e83d770ce7f4c49b4c211d91f) Multiply devices support - [`63deb33`](https://github.com/usenocturne/nocturne-ui/commit/63deb333f055bef8f0fbb72724f05293136a5f62) Multiply devices support: - [`03a5dac`](https://github.com/usenocturne/nocturne-ui/commit/03a5dac9f218a1f2961c4a43abee59cb7541814c) Multiply devices support: ### 📊 Changes **12 files changed** (+93 additions, -268 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 15:42:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nocturne-ui#100
No description provided.