[PR #3829] [MERGED] Small fix to api-migration #9713

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3829
Author: @daullmer
Created: 8/5/2020
Status: Merged
Merged: 8/6/2020
Merged by: @barronpm

Base: api-migrationHead: api-migration


📝 Commits (2)

📊 Changes

3 files changed (+13 additions, -12 deletions)

View changed files

📝 Jellyfin.Api/Controllers/LibraryController.cs (+1 -2)
📝 Jellyfin.Api/Controllers/RemoteImageController.cs (+11 -9)
📝 MediaBrowser.Common/Json/Converters/JsonDoubleConverter.cs (+1 -1)

📄 Description

RemoteImageController

  • Fix routes
  • Fix authentication

JsonDoubleConverter

  • Fix double -> json serialization (don't quote double; web client doesn't parse quoted doubles because the old api returned the number without quotes)

LibraryController

  • Use different method to return a physical file

🔄 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/3829 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 8/5/2020 **Status:** ✅ Merged **Merged:** 8/6/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-migration` --- ### 📝 Commits (2) - [`8bb9909`](https://github.com/jellyfin/jellyfin/commit/8bb99096607f2c2791f71d6e83b98eba6ee55d02) Fix photo viewer - [`4ea412f`](https://github.com/jellyfin/jellyfin/commit/4ea412f2ab38211d245c9b383021a9abae12632d) Fix remote images ### 📊 Changes **3 files changed** (+13 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/LibraryController.cs` (+1 -2) 📝 `Jellyfin.Api/Controllers/RemoteImageController.cs` (+11 -9) 📝 `MediaBrowser.Common/Json/Converters/JsonDoubleConverter.cs` (+1 -1) </details> ### 📄 Description **RemoteImageController** - Fix routes - Fix authentication **JsonDoubleConverter** - Fix double -> json serialization (don't quote double; web client doesn't parse quoted doubles because the old api returned the number without quotes) **LibraryController** - Use different method to return a physical file --- <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:07:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9713