[PR #4452] [MERGED] Add ModelBinder to ImageType #10084

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4452
Author: @crobibero
Created: 11/10/2020
Status: Merged
Merged: 11/10/2020
Merged by: @cvium

Base: masterHead: bind-image-type


📝 Commits (2)

📊 Changes

14 files changed (+39 additions, -57 deletions)

View changed files

📝 Jellyfin.Api/Controllers/ArtistsController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/GenresController.cs (+2 -1)
📝 Jellyfin.Api/Controllers/InstantMixController.cs (+8 -7)
📝 Jellyfin.Api/Controllers/ItemsController.cs (+3 -3)
📝 Jellyfin.Api/Controllers/LiveTvController.cs (+6 -5)
📝 Jellyfin.Api/Controllers/MusicGenresController.cs (+2 -1)
📝 Jellyfin.Api/Controllers/PersonsController.cs (+1 -1)
📝 Jellyfin.Api/Controllers/PlaylistsController.cs (+2 -1)
📝 Jellyfin.Api/Controllers/StudiosController.cs (+2 -1)
📝 Jellyfin.Api/Controllers/TrailersController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/TvShowsController.cs (+5 -4)
📝 Jellyfin.Api/Controllers/UserLibraryController.cs (+2 -1)
📝 Jellyfin.Api/Controllers/YearsController.cs (+2 -1)
📝 Jellyfin.Api/Helpers/RequestHelpers.cs (+0 -27)

📄 Description

No description provided


🔄 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/4452 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/10/2020 **Status:** ✅ Merged **Merged:** 11/10/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `bind-image-type` --- ### 📝 Commits (2) - [`b22831f`](https://github.com/jellyfin/jellyfin/commit/b22831f7e551f11c0326a8b0977920f2250e0114) Add ModelBinder to ImageType - [`2ce9a56`](https://github.com/jellyfin/jellyfin/commit/2ce9a56cae36f2538f6a3df7d1c46f65e39750bc) Remove GetImageTypes ### 📊 Changes **14 files changed** (+39 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ArtistsController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/GenresController.cs` (+2 -1) 📝 `Jellyfin.Api/Controllers/InstantMixController.cs` (+8 -7) 📝 `Jellyfin.Api/Controllers/ItemsController.cs` (+3 -3) 📝 `Jellyfin.Api/Controllers/LiveTvController.cs` (+6 -5) 📝 `Jellyfin.Api/Controllers/MusicGenresController.cs` (+2 -1) 📝 `Jellyfin.Api/Controllers/PersonsController.cs` (+1 -1) 📝 `Jellyfin.Api/Controllers/PlaylistsController.cs` (+2 -1) 📝 `Jellyfin.Api/Controllers/StudiosController.cs` (+2 -1) 📝 `Jellyfin.Api/Controllers/TrailersController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/TvShowsController.cs` (+5 -4) 📝 `Jellyfin.Api/Controllers/UserLibraryController.cs` (+2 -1) 📝 `Jellyfin.Api/Controllers/YearsController.cs` (+2 -1) 📝 `Jellyfin.Api/Helpers/RequestHelpers.cs` (+0 -27) </details> ### 📄 Description _No description provided_ --- <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:13:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10084