mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3275] [MERGED] Move PlaylistService to Jellyfin.Api #9412
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-migration← Head:api-playlist📝 Commits (6)
d97e306Move PlaylistService to Jellyfin.Api7a77b99Move PlaylistService to Jellyfin.Api3329b08Merge remote-tracking branch 'upstream/api-migration' into api-playlistd1ca0cbUse proper DtoOptions extensions472fd52clean upf017f5cclean 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
GetDtoOptionsto Jellyfin.Api.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.