[PR #3275] [MERGED] Move PlaylistService to Jellyfin.Api #9412

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

📋 Pull Request Information

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

Base: api-migrationHead: api-playlist


📝 Commits (6)

  • d97e306 Move PlaylistService to Jellyfin.Api
  • 7a77b99 Move PlaylistService to Jellyfin.Api
  • 3329b08 Merge remote-tracking branch 'upstream/api-migration' into api-playlist
  • d1ca0cb Use proper DtoOptions extensions
  • 472fd52 clean up
  • f017f5c clean up

📊 Changes

5 files changed (+247 additions, -218 deletions)

View changed files

Jellyfin.Api/Controllers/PlaylistsController.cs (+198 -0)
📝 Jellyfin.Api/Extensions/DtoExtensions.cs (+1 -1)
📝 Jellyfin.Api/Helpers/RequestHelpers.cs (+18 -0)
Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs (+30 -0)
MediaBrowser.Api/PlaylistService.cs (+0 -217)

📄 Description

Draft - Need to move GetDtoOptions to Jellyfin.Api.


🔄 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/3275 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/8/2020 **Status:** ✅ Merged **Merged:** 6/21/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-playlist` --- ### 📝 Commits (6) - [`d97e306`](https://github.com/jellyfin/jellyfin/commit/d97e306cdae11eb2675161aa2a6d828c739b2b01) Move PlaylistService to Jellyfin.Api - [`7a77b99`](https://github.com/jellyfin/jellyfin/commit/7a77b9928f2c8326e85629d3c900e86c3b26342a) Move PlaylistService to Jellyfin.Api - [`3329b08`](https://github.com/jellyfin/jellyfin/commit/3329b08b40bb7d7e98264969c1b4c9e356fbdec2) Merge remote-tracking branch 'upstream/api-migration' into api-playlist - [`d1ca0cb`](https://github.com/jellyfin/jellyfin/commit/d1ca0cb4c7161b420c32e48824cc5065054b1869) Use proper DtoOptions extensions - [`472fd52`](https://github.com/jellyfin/jellyfin/commit/472fd5217f25b6849ee4c1de7da92c70b5c1a9b1) clean up - [`f017f5c`](https://github.com/jellyfin/jellyfin/commit/f017f5c97fb091304bba819e9ba73510cf85a9b1) clean up ### 📊 Changes **5 files changed** (+247 additions, -218 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Api/Controllers/PlaylistsController.cs` (+198 -0) 📝 `Jellyfin.Api/Extensions/DtoExtensions.cs` (+1 -1) 📝 `Jellyfin.Api/Helpers/RequestHelpers.cs` (+18 -0) ➕ `Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs` (+30 -0) ➖ `MediaBrowser.Api/PlaylistService.cs` (+0 -217) </details> ### 📄 Description Draft - Need to move `GetDtoOptions` to Jellyfin.Api. --- <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:01:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9412