mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
[PR #6006] [MERGED] Reduce warnings in MediaBrowser.Controller #10595
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#10595
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/6006
Author: @crobibero
Created: 5/7/2021
Status: ✅ Merged
Merged: 5/11/2021
Merged by: @Bond-009
Base:
master← Head:warn-001📝 Commits (3)
cc7f42aReduce warnings in MediaBrowser.Controller7cb2996Restore launchSettings.json04699d3Update MediaBrowser.Controller/Drawing/ImageCollageOptions.cs📊 Changes
50 files changed (+366 additions, -289 deletions)
View changed files
📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+3 -11)📝
Emby.Server.Implementations/Images/BaseDynamicImageProvider.cs(+1 -1)📝
Jellyfin.Api/Controllers/MoviesController.cs(+5 -6)📝
Jellyfin.Api/Controllers/PersonsController.cs(+3 -3)📝
Jellyfin.Drawing.Skia/StripCollageBuilder.cs(+7 -7)📝
MediaBrowser.Controller/Channels/ChannelItemInfo.cs(+13 -13)📝
MediaBrowser.Controller/Channels/ChannelItemResult.cs(+4 -4)➕
MediaBrowser.Controller/Channels/ChannelLatestMediaSearch.cs(+11 -0)📝
MediaBrowser.Controller/Channels/ChannelSearchInfo.cs(+0 -5)➕
MediaBrowser.Controller/Collections/CollectionCreatedEventArgs.cs(+24 -0)📝
MediaBrowser.Controller/Collections/CollectionCreationOptions.cs(+2 -2)📝
MediaBrowser.Controller/Collections/CollectionModifiedEventArgs.cs(+7 -16)📝
MediaBrowser.Controller/Drawing/ImageCollageOptions.cs(+3 -1)📝
MediaBrowser.Controller/Drawing/ImageStream.cs(+8 -2)📝
MediaBrowser.Controller/Dto/DtoOptions.cs(+21 -24)📝
MediaBrowser.Controller/Entities/AggregateFolder.cs(+1 -0)📝
MediaBrowser.Controller/Entities/Audio/MusicArtist.cs(+1 -1)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+4 -4)📝
MediaBrowser.Controller/Entities/Book.cs(+5 -5)📝
MediaBrowser.Controller/Entities/Genre.cs(+1 -1)...and 30 more files
📄 Description
Part of https://github.com/jellyfin/jellyfin/issues/2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.