[PR #4027] [MERGED] Fix model binding in UpdateLibraryOptions #9824

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4027
Author: @cvium
Created: 8/31/2020
Status: Merged
Merged: 8/31/2020
Merged by: @Bond-009

Base: masterHead: fix_update_libraryoptions


📝 Commits (1)

  • 7103e76 Fix model binding in UpdateLibraryOptions

📊 Changes

3 files changed (+29 additions, -10 deletions)

View changed files

📝 Jellyfin.Api/Controllers/LibraryStructureController.cs (+5 -7)
📝 Jellyfin.Api/Models/LibraryStructureDto/AddVirtualFolderDto.cs (+3 -3)
Jellyfin.Api/Models/LibraryStructureDto/UpdateLibraryOptionsDto.cs (+21 -0)

📄 Description

Id is not a query parameter.


🔄 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/4027 **Author:** [@cvium](https://github.com/cvium) **Created:** 8/31/2020 **Status:** ✅ Merged **Merged:** 8/31/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix_update_libraryoptions` --- ### 📝 Commits (1) - [`7103e76`](https://github.com/jellyfin/jellyfin/commit/7103e764a4f7a6e142251bee787722f3e41d18af) Fix model binding in UpdateLibraryOptions ### 📊 Changes **3 files changed** (+29 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/LibraryStructureController.cs` (+5 -7) 📝 `Jellyfin.Api/Models/LibraryStructureDto/AddVirtualFolderDto.cs` (+3 -3) ➕ `Jellyfin.Api/Models/LibraryStructureDto/UpdateLibraryOptionsDto.cs` (+21 -0) </details> ### 📄 Description `Id` is not a query parameter. --- <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:09:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9824