[PR #3379] [MERGED] Remove #nullable enable in Jellyfin.Api #9490

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

📋 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-migrationHead: api-nullable


📝 Commits (1)

📊 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 enable is 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3379 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 6/19/2020 **Status:** ✅ Merged **Merged:** 6/19/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `api-migration` ← **Head:** `api-nullable` --- ### 📝 Commits (1) - [`7e91ded`](https://github.com/jellyfin/jellyfin/commit/7e91ded58792bb052ced4705cac08747ca2ea9d8) Remove #nullable enable ### 📊 Changes **3 files changed** (+2 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Auth/BaseAuthorizationHandler.cs` (+1 -3) 📝 `Jellyfin.Api/Auth/CustomAuthenticationHandler.cs` (+0 -2) 📝 `Jellyfin.Api/Helpers/ClaimHelpers.cs` (+1 -3) </details> ### 📄 Description `#nullable enable` is not needed in every file in Jellyfin.Api as it is enabled on project level. --- <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:03:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9490