mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2976] [MERGED] Transfer EnvironmentService to Jellyfin.Api #9311
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/2976
Author: @crobibero
Created: 4/25/2020
Status: ✅ Merged
Merged: 7/4/2020
Merged by: @barronpm
Base:
api-migration← Head:api-environment📝 Commits (9)
714aaefTransfer EnvironmentService to Jellyfin.Apie03c97dupdate xml docs5f0c37dFix DefaultDirectoryBrowserInfo naming22f5684Apply review suggestionsae514daMerge remote-tracking branch 'upstream/api-migration' into api-environment2d4998cfix build6767c47remove #nullable18f7f5aMerge remote-tracking branch 'upstream/api-migration' into api-environment0179293fix build📊 Changes
4 files changed (+227 additions, -285 deletions)
View changed files
➕
Jellyfin.Api/Controllers/EnvironmentController.cs(+191 -0)➕
Jellyfin.Api/Models/EnvironmentDtos/DefaultDirectoryBrowserInfoDto.cs(+13 -0)➕
Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs(+23 -0)➖
MediaBrowser.Api/EnvironmentService.cs(+0 -285)📄 Description
According to the following
ValidatePathonly uses a post body.ef7cf6c24b/src/components/directorybrowser/directorybrowser.js (L156)Part of #2872
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.