mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3379] [MERGED] Remove #nullable enable in Jellyfin.Api #9490
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/3379
Author: @daullmer
Created: 6/19/2020
Status: ✅ Merged
Merged: 6/19/2020
Merged by: @Bond-009
Base:
api-migration← Head:api-nullable📝 Commits (1)
7e91dedRemove #nullable enable📊 Changes
3 files changed (+2 additions, -8 deletions)
View changed files
📝
Jellyfin.Api/Auth/BaseAuthorizationHandler.cs(+1 -3)📝
Jellyfin.Api/Auth/CustomAuthenticationHandler.cs(+0 -2)📝
Jellyfin.Api/Helpers/ClaimHelpers.cs(+1 -3)📄 Description
#nullable enableis not needed in every file in Jellyfin.Api as it is enabled on project level.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.