[PR #5515] [MERGED] fix refresh endpoint #10544

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

📋 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: masterHead: fix-refresh-endpoint


📝 Commits (1)

📊 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/refresh in 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5515 **Author:** [@cvium](https://github.com/cvium) **Created:** 3/13/2021 **Status:** ✅ Merged **Merged:** 3/13/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix-refresh-endpoint` --- ### 📝 Commits (1) - [`fe2a310`](https://github.com/jellyfin/jellyfin/commit/fe2a310fe28bb893a855d1278845ce6539c39656) fix refresh endpoint ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/LibraryController.cs` (+1 -1) </details> ### 📄 Description The endpoint was called with `curl -v -d "" -H "X-MediaBrowser-Token: TOKEN" https://jellyfin.tld/library/refresh` in 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 🙃 --- <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:22:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10544