mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6567] [MERGED] Reduce allocations #11031
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/6567
Author: @Bond-009
Created: 9/19/2021
Status: ✅ Merged
Merged: 9/20/2021
Merged by: @cvium
Base:
master← Head:alloc📝 Commits (2)
a6d1e54Reduce allocations9148820Add more tests📊 Changes
14 files changed (+107 additions, -48 deletions)
View changed files
📝
Emby.Dlna/Eventing/DlnaEventManager.cs(+2 -3)📝
Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs(+4 -3)📝
Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs(+28 -31)📝
Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs(+1 -1)📝
Jellyfin.Api/Controllers/RemoteImageController.cs(+2 -1)📝
Jellyfin.Api/Helpers/StreamingHelpers.cs(+2 -1)📝
MediaBrowser.Controller/MediaEncoding/JobLogger.cs(+2 -2)📝
MediaBrowser.LocalMetadata/Parsers/BaseItemXmlParser.cs(+2 -1)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+1 -1)📝
MediaBrowser.MediaEncoding/Subtitles/VttWriter.cs(+2 -2)📝
MediaBrowser.Model/Net/MimeTypes.cs(+2 -1)📝
MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs(+2 -1)📝
src/Jellyfin.Extensions/StringExtensions.cs(+34 -0)📝
tests/Jellyfin.Extensions.Tests/StringExtensionsTests.cs(+23 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.