[PR #16110] [MERGED] Remove some deprecated API members #14531

Closed
opened 2026-02-07 07:31:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/16110
Author: @nielsvanvelzen
Created: 1/25/2026
Status: Merged
Merged: 1/27/2026
Merged by: @nielsvanvelzen

Base: masterHead: api-depr


📝 Commits (2)

  • 874fd9a Remove some deprecated API members
  • b8d2f1f Remove unused usings

📊 Changes

9 files changed (+0 additions, -129 deletions)

View changed files

📝 Jellyfin.Api/Controllers/ConfigurationController.cs (+0 -20)
📝 Jellyfin.Api/Controllers/EnvironmentController.cs (+0 -15)
📝 Jellyfin.Api/Controllers/QuickConnectController.cs (+0 -10)
📝 Jellyfin.Api/Controllers/TvShowsController.cs (+0 -3)
📝 Jellyfin.Api/Controllers/UserController.cs (+0 -23)
Jellyfin.Api/Models/ConfigurationDtos/MediaEncoderPathDto.cs (+0 -17)
📝 Jellyfin.Api/Models/StartupDtos/StartupRemoteAccessDto.cs (+0 -8)
Jellyfin.Api/Models/UserDtos/UpdateUserEasyPassword.cs (+0 -22)
📝 MediaBrowser.Model/Session/ClientCapabilities.cs (+0 -11)

📄 Description

Changes

Remove deprecated endpoints and model properties that have been non-functional for at least 1 major release.

Issues


🔄 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/16110 **Author:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Created:** 1/25/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Base:** `master` ← **Head:** `api-depr` --- ### 📝 Commits (2) - [`874fd9a`](https://github.com/jellyfin/jellyfin/commit/874fd9ac0a2410dd49b01087610b52942d8614a7) Remove some deprecated API members - [`b8d2f1f`](https://github.com/jellyfin/jellyfin/commit/b8d2f1f9115ed3ed18960fcebd1188a3fb7d2f5e) Remove unused usings ### 📊 Changes **9 files changed** (+0 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ConfigurationController.cs` (+0 -20) 📝 `Jellyfin.Api/Controllers/EnvironmentController.cs` (+0 -15) 📝 `Jellyfin.Api/Controllers/QuickConnectController.cs` (+0 -10) 📝 `Jellyfin.Api/Controllers/TvShowsController.cs` (+0 -3) 📝 `Jellyfin.Api/Controllers/UserController.cs` (+0 -23) ➖ `Jellyfin.Api/Models/ConfigurationDtos/MediaEncoderPathDto.cs` (+0 -17) 📝 `Jellyfin.Api/Models/StartupDtos/StartupRemoteAccessDto.cs` (+0 -8) ➖ `Jellyfin.Api/Models/UserDtos/UpdateUserEasyPassword.cs` (+0 -22) 📝 `MediaBrowser.Model/Session/ClientCapabilities.cs` (+0 -11) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Remove deprecated endpoints and model properties that have been non-functional for at least 1 major release. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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 07:31:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14531