[PR #6058] [MERGED] Add FullNowPlayingQueue property to sessions endpoint #10799

Closed
opened 2026-02-07 06:26:54 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6058
Author: @ferferga
Created: 5/16/2021
Status: Merged
Merged: 3/1/2022
Merged by: @joshuaboniface

Base: masterHead: deprecate-queueitem


📝 Commits (2)

  • 5df6058 Add FullNowPlayingQueue property
  • ee46754 Fix build and clean up

📊 Changes

2 files changed (+11 additions, -2 deletions)

View changed files

📝 Emby.Server.Implementations/Session/SessionManager.cs (+6 -1)
📝 MediaBrowser.Controller/Session/SessionInfo.cs (+5 -1)

📄 Description

Needed for https://github.com/jellyfin/jellyfin-vue/pull/1040 and should be backwards compatible with any client.

(Not tested)

openapi.json.txt


🔄 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/jellyfin/jellyfin/pull/6058 **Author:** [@ferferga](https://github.com/ferferga) **Created:** 5/16/2021 **Status:** ✅ Merged **Merged:** 3/1/2022 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `deprecate-queueitem` --- ### 📝 Commits (2) - [`5df6058`](https://github.com/jellyfin/jellyfin/commit/5df6058a8e9024bcf323b03a411631fd1c538611) Add FullNowPlayingQueue property - [`ee46754`](https://github.com/jellyfin/jellyfin/commit/ee46754238a38e84ef9e96795ee454cec33eed5a) Fix build and clean up ### 📊 Changes **2 files changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Session/SessionManager.cs` (+6 -1) 📝 `MediaBrowser.Controller/Session/SessionInfo.cs` (+5 -1) </details> ### 📄 Description Needed for https://github.com/jellyfin/jellyfin-vue/pull/1040 and should be backwards compatible with any client. (Not tested) [openapi.json.txt](https://github.com/jellyfin/jellyfin/files/6489925/openapi.json.txt) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:26:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10799