mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #3502] [MERGED] Use Array.Empty #9382
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#9382
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/3502
Author: @barronpm
Created: 7/4/2020
Status: ✅ Merged
Merged: 7/4/2020
Merged by: @Bond-009
Base:
master← Head:array-empty📝 Commits (1)
6d1b00dUse Array.Empty📊 Changes
20 files changed (+33 additions, -27 deletions)
View changed files
📝
Emby.Dlna/Profiles/DefaultProfile.cs(+1 -1)📝
Emby.Dlna/Profiles/DenonAvrProfile.cs(+1 -1)📝
Emby.Dlna/Profiles/DirectTvProfile.cs(+1 -1)📝
Emby.Dlna/Profiles/Foobar2000Profile.cs(+1 -1)📝
Emby.Dlna/Profiles/MarantzProfile.cs(+1 -1)📝
Emby.Dlna/Profiles/MediaMonkeyProfile.cs(+2 -1)📝
Emby.Dlna/Profiles/SonyBlurayPlayer2013.cs(+2 -1)📝
Emby.Dlna/Profiles/SonyBlurayPlayer2014.cs(+2 -1)📝
Emby.Dlna/Profiles/SonyBlurayPlayer2015.cs(+2 -1)📝
Emby.Dlna/Profiles/SonyBlurayPlayer2016.cs(+2 -1)📝
MediaBrowser.Api/FilterService.cs(+1 -1)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+1 -1)📝
MediaBrowser.Controller/Entities/Movies/BoxSet.cs(+1 -1)📝
MediaBrowser.Controller/Library/TVUtils.cs(+1 -1)📝
MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs(+1 -1)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+2 -2)📝
MediaBrowser.Model/Dlna/MediaFormatProfileResolver.cs(+1 -1)📝
MediaBrowser.Model/Dlna/StreamInfo.cs(+6 -6)📝
MediaBrowser.Model/Querying/UpcomingEpisodesQuery.cs(+2 -1)📝
MediaBrowser.Providers/Manager/MetadataService.cs(+2 -2)📄 Description
Changes
Uses Array.Empty where applicable to reduce unnecessary allocations. Intentionally does not change ProviderManager, as I have another PR for that class.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.