mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4303] [MERGED] Convert filters string to enum. #10012
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:query-filters📝 Commits (1)
549f228Convert 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.