[PR #10025] Removed nesting levels through block-scoped using statement #12310

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

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10025

State: closed
Merged: Yes


Changes
Leveraged block-scoped using statements to remove block nesting levels in several places.
Naturally, this was not all places, only those that could be made block-scoped while remaining functionally identical

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10025 **State:** closed **Merged:** Yes --- **Changes** Leveraged block-scoped `using` statements to remove block nesting levels in several places. Naturally, this was not all places, only those that could be made block-scoped while remaining functionally identical
OVERLORD added the pull-request label 2026-02-07 06:53:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12310