mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3434] [MERGED] remove unused query parameters #9520
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/3434
Author: @crobibero
Created: 6/24/2020
Status: ✅ Merged
Merged: 6/26/2020
Merged by: @barronpm
Base:
api-migration← Head:api-unused📝 Commits (1)
7a32d03remove unused parameters📊 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.