mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3395] [MERGED] Add missing attributes, fix response codes, fix route parameter casing #9499
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/3395
Author: @crobibero
Created: 6/21/2020
Status: ✅ Merged
Merged: 6/21/2020
Merged by: @barronpm
Base:
api-migration← Head:api-routes-fix📝 Commits (5)
10ddbc3Add missing attributes, fix response codes, fix route parameter casingc492c09Update Jellyfin.Api/Controllers/DisplayPreferencesController.cs857eb0cUpdate Jellyfin.Api/Controllers/PluginsController.csf6972cdUpdate Jellyfin.Api/Controllers/ItemRefreshController.csf211a6cUpdate Jellyfin.Api/Controllers/PluginsController.cs📊 Changes
13 files changed (+175 additions, -166 deletions)
View changed files
📝
Jellyfin.Api/Controllers/ConfigurationController.cs(+2 -2)📝
Jellyfin.Api/Controllers/DevicesController.cs(+1 -0)📝
Jellyfin.Api/Controllers/DisplayPreferencesController.cs(+8 -14)📝
Jellyfin.Api/Controllers/ImageByNameController.cs(+3 -3)📝
Jellyfin.Api/Controllers/ItemRefreshController.cs(+9 -8)📝
Jellyfin.Api/Controllers/NotificationsController.cs(+4 -4)📝
Jellyfin.Api/Controllers/PackageController.cs(+10 -9)📝
Jellyfin.Api/Controllers/PluginsController.cs(+22 -10)📝
Jellyfin.Api/Controllers/RemoteImageController.cs(+15 -15)📝
Jellyfin.Api/Controllers/SessionController.cs(+36 -36)📝
Jellyfin.Api/Controllers/SubtitleController.cs(+27 -27)📝
Jellyfin.Api/Controllers/UserController.cs(+37 -37)📝
Jellyfin.Api/Controllers/VideoAttachmentsController.cs(+1 -1)📄 Description
Route parameters are case sensitive.
Some responses still returned
Ok()GetSubtitle has an optional route parameter with a default value of 0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.