[PR #4486] [MERGED] Remove api client generator errors #10103

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4486
Author: @crobibero
Created: 11/15/2020
Status: Merged
Merged: 11/22/2020
Merged by: @joshuaboniface

Base: masterHead: split-api


📝 Commits (4)

  • 547ee88 Remove api client generator errors
  • 53697ac revert
  • 8f58f63 Merge remote-tracking branch 'upstream/master' into split-api
  • b3d322f Fix build after merge

📊 Changes

9 files changed (+1308 additions, -73 deletions)

View changed files

📝 Jellyfin.Api/Controllers/AudioController.cs (+166 -3)
📝 Jellyfin.Api/Controllers/DynamicHlsController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/ImageController.cs (+683 -53)
📝 Jellyfin.Api/Controllers/InstantMixController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/ItemsController.cs (+251 -6)
📝 Jellyfin.Api/Controllers/SubtitleController.cs (+40 -2)
📝 Jellyfin.Api/Controllers/TrailersController.cs (+0 -1)
📝 Jellyfin.Api/Controllers/VideoAttachmentsController.cs (+2 -1)
📝 Jellyfin.Api/Controllers/VideosController.cs (+162 -3)

📄 Description

Master doesn't currently build, attached is the generated api spec.

openapi.json.txt


🔄 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/4486 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/15/2020 **Status:** ✅ Merged **Merged:** 11/22/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `split-api` --- ### 📝 Commits (4) - [`547ee88`](https://github.com/jellyfin/jellyfin/commit/547ee885613591021ad5ff5595249b1f8448d742) Remove api client generator errors - [`53697ac`](https://github.com/jellyfin/jellyfin/commit/53697ac39a624d3a32b79883f4e0321b3a7ecb49) revert - [`8f58f63`](https://github.com/jellyfin/jellyfin/commit/8f58f63b0886670922aa77431e69b80b969d675a) Merge remote-tracking branch 'upstream/master' into split-api - [`b3d322f`](https://github.com/jellyfin/jellyfin/commit/b3d322f79fb81cc8c8dfabcfd4dc12ba58489eeb) Fix build after merge ### 📊 Changes **9 files changed** (+1308 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/AudioController.cs` (+166 -3) 📝 `Jellyfin.Api/Controllers/DynamicHlsController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/ImageController.cs` (+683 -53) 📝 `Jellyfin.Api/Controllers/InstantMixController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/ItemsController.cs` (+251 -6) 📝 `Jellyfin.Api/Controllers/SubtitleController.cs` (+40 -2) 📝 `Jellyfin.Api/Controllers/TrailersController.cs` (+0 -1) 📝 `Jellyfin.Api/Controllers/VideoAttachmentsController.cs` (+2 -1) 📝 `Jellyfin.Api/Controllers/VideosController.cs` (+162 -3) </details> ### 📄 Description Master doesn't currently build, attached is the generated api spec. [openapi.json.txt](https://github.com/jellyfin/jellyfin/files/5542859/openapi.json.txt) --- <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:14: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#10103