mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #5515] [MERGED] fix refresh endpoint #10544
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/5515
Author: @cvium
Created: 3/13/2021
Status: ✅ Merged
Merged: 3/13/2021
Merged by: @Bond-009
Base:
master← Head:fix-refresh-endpoint📝 Commits (1)
fe2a310fix refresh endpoint📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Jellyfin.Api/Controllers/LibraryController.cs(+1 -1)📄 Description
The endpoint was called with
curl -v -d "" -H "X-MediaBrowser-Token: TOKEN" https://jellyfin.tld/library/refreshin the past and I have mistakenly been thinking it was ASP.NET being less lenient than ServiceStack when it's actually because it was changed from POST to GET 🙃🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.