mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4302] [MERGED] Convert field string to enum. #10009
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/4302
Author: @crobibero
Created: 10/10/2020
Status: ✅ Merged
Merged: 11/11/2020
Merged by: @cvium
Base:
master← Head:query-fields📝 Commits (10+)
69360b7Convert field string to enum.4f7c13eMerge remote-tracking branch 'upstream/master' into query-fields36bae6fUse JsonConverterb9406e5Merge remote-tracking branch 'upstream/master' into query-fields372f0ebRemove AddItemFields11d69fdMake MrLinter happyf8e6edbMerge remote-tracking branch 'upstream/master' into query-fields6748ba2Merge remote-tracking branch 'upstream/master' into query-fields0dd2b16Add ModelBinder to ItemFilter7fe8ca2Merge remote-tracking branch 'upstream/master' into query-fields📊 Changes
18 files changed (+97 additions, -159 deletions)
View changed files
📝
Jellyfin.Api/Controllers/ArtistsController.cs(+6 -8)📝
Jellyfin.Api/Controllers/ChannelsController.cs(+6 -8)📝
Jellyfin.Api/Controllers/GenresController.cs(+3 -4)📝
Jellyfin.Api/Controllers/InstantMixController.cs(+21 -28)📝
Jellyfin.Api/Controllers/ItemsController.cs(+4 -6)📝
Jellyfin.Api/Controllers/LibraryController.cs(+4 -4)📝
Jellyfin.Api/Controllers/LiveTvController.cs(+16 -21)📝
Jellyfin.Api/Controllers/MoviesController.cs(+3 -3)📝
Jellyfin.Api/Controllers/MusicGenresController.cs(+3 -4)📝
Jellyfin.Api/Controllers/PersonsController.cs(+4 -5)📝
Jellyfin.Api/Controllers/PlaylistsController.cs(+3 -4)📝
Jellyfin.Api/Controllers/StudiosController.cs(+3 -4)📝
Jellyfin.Api/Controllers/TrailersController.cs(+1 -1)📝
Jellyfin.Api/Controllers/TvShowsController.cs(+10 -14)📝
Jellyfin.Api/Controllers/UserLibraryController.cs(+3 -4)📝
Jellyfin.Api/Controllers/YearsController.cs(+3 -4)📝
Jellyfin.Api/Extensions/DtoExtensions.cs(+0 -36)📝
Jellyfin.Api/Models/LiveTvDtos/GetProgramsDto.cs(+4 -1)📄 Description
Part of #4214
Note:GetProgramsDto.Fieldscannot be converted🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.