[PR #4303] [MERGED] Convert filters string to enum. #10012

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

📋 Pull Request Information

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

Base: masterHead: query-filters


📝 Commits (1)

  • 549f228 Convert filters string to enum.

📊 Changes

9 files changed (+26 additions, -38 deletions)

View changed files

📝 Jellyfin.Api/Controllers/ArtistsController.cs (+6 -6)
📝 Jellyfin.Api/Controllers/ChannelsController.cs (+6 -6)
📝 Jellyfin.Api/Controllers/GenresController.cs (+3 -3)
📝 Jellyfin.Api/Controllers/ItemsController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/MusicGenresController.cs (+3 -3)
📝 Jellyfin.Api/Controllers/PersonsController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/StudiosController.cs (+3 -3)
📝 Jellyfin.Api/Controllers/TrailersController.cs (+1 -1)
📝 Jellyfin.Api/Helpers/RequestHelpers.cs (+0 -12)

📄 Description

Part of #4214


🔄 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/4303 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 10/10/2020 **Status:** ✅ Merged **Merged:** 10/11/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `query-filters` --- ### 📝 Commits (1) - [`549f228`](https://github.com/jellyfin/jellyfin/commit/549f2284ad87e78bcf43cc9baec2ce7977769dc4) Convert filters string to enum. ### 📊 Changes **9 files changed** (+26 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ArtistsController.cs` (+6 -6) 📝 `Jellyfin.Api/Controllers/ChannelsController.cs` (+6 -6) 📝 `Jellyfin.Api/Controllers/GenresController.cs` (+3 -3) 📝 `Jellyfin.Api/Controllers/ItemsController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/MusicGenresController.cs` (+3 -3) 📝 `Jellyfin.Api/Controllers/PersonsController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/StudiosController.cs` (+3 -3) 📝 `Jellyfin.Api/Controllers/TrailersController.cs` (+1 -1) 📝 `Jellyfin.Api/Helpers/RequestHelpers.cs` (+0 -12) </details> ### 📄 Description Part of #4214 --- <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:12:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10012