mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5842] [MERGED] Code Clean up: Group Methods #10686
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/5842
Author: @BaronGreenback
Created: 4/17/2021
Status: ✅ Merged
Merged: 4/29/2021
Merged by: @Bond-009
Base:
master← Head:optimization📝 Commits (1)
bb6fdddGroup Methods📊 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.