[PR #3434] [MERGED] remove unused query parameters #9520

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

📋 Pull Request Information

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

Base: api-migrationHead: api-unused


📝 Commits (1)

📊 Changes

10 files changed (+14 additions, -85 deletions)

View changed files

📝 Jellyfin.Api/Controllers/ActivityLogController.cs (+1 -4)
📝 Jellyfin.Api/Controllers/DashboardController.cs (+3 -7)
📝 Jellyfin.Api/Controllers/FilterController.cs (+0 -3)
📝 Jellyfin.Api/Controllers/ItemRefreshController.cs (+1 -4)
📝 Jellyfin.Api/Controllers/LibraryController.cs (+1 -22)
📝 Jellyfin.Api/Controllers/LibraryStructureController.cs (+1 -3)
📝 Jellyfin.Api/Controllers/NotificationsController.cs (+4 -31)
📝 Jellyfin.Api/Controllers/PluginsController.cs (+1 -3)
📝 Jellyfin.Api/Controllers/TvShowsController.cs (+1 -4)
📝 Jellyfin.Api/Controllers/UserController.cs (+1 -4)

📄 Description

Note- unused route parameters must stay


🔄 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/3434 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/24/2020 **Status:** ✅ Merged **Merged:** 6/26/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-unused` --- ### 📝 Commits (1) - [`7a32d03`](https://github.com/jellyfin/jellyfin/commit/7a32d03101410d00c79a4ad6ef34cae560d566c8) remove unused parameters ### 📊 Changes **10 files changed** (+14 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ActivityLogController.cs` (+1 -4) 📝 `Jellyfin.Api/Controllers/DashboardController.cs` (+3 -7) 📝 `Jellyfin.Api/Controllers/FilterController.cs` (+0 -3) 📝 `Jellyfin.Api/Controllers/ItemRefreshController.cs` (+1 -4) 📝 `Jellyfin.Api/Controllers/LibraryController.cs` (+1 -22) 📝 `Jellyfin.Api/Controllers/LibraryStructureController.cs` (+1 -3) 📝 `Jellyfin.Api/Controllers/NotificationsController.cs` (+4 -31) 📝 `Jellyfin.Api/Controllers/PluginsController.cs` (+1 -3) 📝 `Jellyfin.Api/Controllers/TvShowsController.cs` (+1 -4) 📝 `Jellyfin.Api/Controllers/UserController.cs` (+1 -4) </details> ### 📄 Description Note- unused route parameters must stay --- <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:03:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9520