[PR #3460] [MERGED] Move PlaystateService.cs to Jellyfin.Api #9538

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3460
Author: @crobibero
Created: 6/27/2020
Status: Merged
Merged: 6/27/2020
Merged by: @barronpm

Base: api-migrationHead: api-playstate


📝 Commits (1)

  • f45d44f Move PlaystateService.cs to Jellyfin.Api

📊 Changes

5 files changed (+1194 additions, -456 deletions)

View changed files

Jellyfin.Api/Controllers/PlaystateController.cs (+372 -0)
Jellyfin.Api/Helpers/TranscodingJobHelper.cs (+354 -0)
Jellyfin.Api/Models/PlaybackDtos/TranscodingJobDto.cs (+256 -0)
Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs (+212 -0)
MediaBrowser.Api/UserLibrary/PlaystateService.cs (+0 -456)

📄 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/3460 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/27/2020 **Status:** ✅ Merged **Merged:** 6/27/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-playstate` --- ### 📝 Commits (1) - [`f45d44f`](https://github.com/jellyfin/jellyfin/commit/f45d44f32150b53231af9651021d1dee690775f1) Move PlaystateService.cs to Jellyfin.Api ### 📊 Changes **5 files changed** (+1194 additions, -456 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Api/Controllers/PlaystateController.cs` (+372 -0) ➕ `Jellyfin.Api/Helpers/TranscodingJobHelper.cs` (+354 -0) ➕ `Jellyfin.Api/Models/PlaybackDtos/TranscodingJobDto.cs` (+256 -0) ➕ `Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs` (+212 -0) ➖ `MediaBrowser.Api/UserLibrary/PlaystateService.cs` (+0 -456) </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 06:04: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#9538