[PR #5842] [MERGED] Code Clean up: Group Methods #10686

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5842
Author: @BaronGreenback
Created: 4/17/2021
Status: Merged
Merged: 4/29/2021
Merged by: @Bond-009

Base: masterHead: optimization


📝 Commits (1)

📊 Changes

7 files changed (+8 additions, -8 deletions)

View changed files

📝 Emby.Server.Implementations/Playlists/PlaylistManager.cs (+1 -1)
📝 Jellyfin.Api/Helpers/StreamingHelpers.cs (+2 -2)
📝 Jellyfin.Networking/Manager/NetworkManager.cs (+1 -1)
📝 Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/BaseItem.cs (+1 -1)
📝 MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs (+1 -1)
📝 MediaBrowser.Model/Dlna/StreamBuilder.cs (+1 -1)

📄 Description

One small optimization

Converted to group methods where possible.


🔄 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/5842 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 4/17/2021 **Status:** ✅ Merged **Merged:** 4/29/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `optimization` --- ### 📝 Commits (1) - [`bb6fddd`](https://github.com/jellyfin/jellyfin/commit/bb6fddde9ac48905b876717806754a052bf0ad24) Group Methods ### 📊 Changes **7 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Playlists/PlaylistManager.cs` (+1 -1) 📝 `Jellyfin.Api/Helpers/StreamingHelpers.cs` (+2 -2) 📝 `Jellyfin.Networking/Manager/NetworkManager.cs` (+1 -1) 📝 `Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+1 -1) 📝 `MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs` (+1 -1) 📝 `MediaBrowser.Model/Dlna/StreamBuilder.cs` (+1 -1) </details> ### 📄 Description One small optimization Converted to group methods where possible. --- <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:24:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10686