[PR #2363] [MERGED] Add session view endpoint #9094

Closed
opened 2026-02-07 05:56:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2363
Author: @dkanada
Created: 2/1/2020
Status: Merged
Merged: 2/12/2020
Merged by: @anthonylavado

Base: masterHead: view


📝 Commits (4)

📊 Changes

5 files changed (+49 additions, -46 deletions)

View changed files

📝 Emby.Server.Implementations/Session/SessionManager.cs (+25 -29)
📝 MediaBrowser.Api/Session/SessionsService.cs (+21 -7)
📝 MediaBrowser.Api/UserLibrary/PlaystateService.cs (+0 -4)
📝 MediaBrowser.Api/UserService.cs (+1 -1)
📝 MediaBrowser.Controller/Session/SessionInfo.cs (+2 -5)

📄 Description

No description provided


🔄 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/2363 **Author:** [@dkanada](https://github.com/dkanada) **Created:** 2/1/2020 **Status:** ✅ Merged **Merged:** 2/12/2020 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `view` --- ### 📝 Commits (4) - [`6341d98`](https://github.com/jellyfin/jellyfin/commit/6341d986a95be928a85ecd81c08fefdc5c3ec3b6) fix a few warnings - [`26dd67a`](https://github.com/jellyfin/jellyfin/commit/26dd67a441d251bef56c14d8058e7068e38e06af) change authentication flow - [`1bc8ca2`](https://github.com/jellyfin/jellyfin/commit/1bc8ca25421dd3b66a58e1ff0938ee7874d8448e) add session view endpoint - [`f93edb7`](https://github.com/jellyfin/jellyfin/commit/f93edb7ade68588f4e2e7e05932b3266105ea91a) add code suggestions ### 📊 Changes **5 files changed** (+49 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Session/SessionManager.cs` (+25 -29) 📝 `MediaBrowser.Api/Session/SessionsService.cs` (+21 -7) 📝 `MediaBrowser.Api/UserLibrary/PlaystateService.cs` (+0 -4) 📝 `MediaBrowser.Api/UserService.cs` (+1 -1) 📝 `MediaBrowser.Controller/Session/SessionInfo.cs` (+2 -5) </details> ### 📄 Description _No description provided_ --- <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 05:56:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9094