[PR #4563] [MERGED] Fix sending PlaybackInfo #10161

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4563
Author: @crobibero
Created: 11/23/2020
Status: Merged
Merged: 11/25/2020
Merged by: @thornbill

Base: masterHead: playback-info


📝 Commits (3)

📊 Changes

3 files changed (+124 additions, -35 deletions)

View changed files

📝 Jellyfin.Api/Controllers/MediaInfoController.cs (+38 -20)
Jellyfin.Api/Models/MediaInfoDtos/PlaybackInfoDto.cs (+86 -0)
Jellyfin.Api/Models/VideoDtos/DeviceProfileDto.cs (+0 -15)

📄 Description

Fixes https://github.com/jellyfin/jellyfin/issues/4311


🔄 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/4563 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/23/2020 **Status:** ✅ Merged **Merged:** 11/25/2020 **Merged by:** [@thornbill](https://github.com/thornbill) **Base:** `master` ← **Head:** `playback-info` --- ### 📝 Commits (3) - [`f336d20`](https://github.com/jellyfin/jellyfin/commit/f336d20b065c873f0f321c7a1cec565f5a77a806) Fix sending PlaybackInfo - [`fafddfc`](https://github.com/jellyfin/jellyfin/commit/fafddfc45eed4e76c4072167428b43d2ed026bcd) Add TODO notice - [`1dafd70`](https://github.com/jellyfin/jellyfin/commit/1dafd70f5141c1fa8fefa72dd97399f51df4d116) Don't nest DeviceProfile ### 📊 Changes **3 files changed** (+124 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/MediaInfoController.cs` (+38 -20) ➕ `Jellyfin.Api/Models/MediaInfoDtos/PlaybackInfoDto.cs` (+86 -0) ➖ `Jellyfin.Api/Models/VideoDtos/DeviceProfileDto.cs` (+0 -15) </details> ### 📄 Description Fixes https://github.com/jellyfin/jellyfin/issues/4311 --- <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:15:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10161