mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #6281] [MERGED] Reduce warnings in MediaBrowser.Controller #10710
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#10710
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/6281
Author: @crobibero
Created: 7/10/2021
Status: ✅ Merged
Merged: 7/20/2021
Merged by: @Bond-009
Base:
master← Head:controller-warn-04📝 Commits (2)
4281722Fix [SA1629] Documentation text should end with a period65f8d8c[CA1801] Parameter is never used. Remove the parameter or use it in the method body.📊 Changes
10 files changed (+23 additions, -39 deletions)
View changed files
📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+1 -1)📝
Emby.Server.Implementations/Playlists/PlaylistManager.cs(+1 -1)📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+1 -1)📝
Jellyfin.Api/Controllers/VideoHlsController.cs(+1 -1)📝
MediaBrowser.Controller/Entities/Folder.cs(+1 -14)📝
MediaBrowser.Controller/Entities/UserViewBuilder.cs(+13 -16)📝
MediaBrowser.Controller/LiveTv/LiveTvChannel.cs(+1 -1)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+2 -2)📝
MediaBrowser.Controller/Providers/ItemLookupInfo.cs(+1 -1)📝
MediaBrowser.Providers/TV/SeriesMetadataService.cs(+1 -1)📄 Description
Fixes:
[SA1629] Documentation text should end with a period
[CA1801] Parameter is never used. Remove the parameter or use it in the method body.
Remaining:
CA1711
CA2227
CA1002
CA1819
SA1201
SA1622
CA1051
SA1401
SA1306
CA1008
CA1721
SA1214
CA2211
SA1203
CA1044
SA1615
SA1611
SA1618
SA1627
CA1707
SA1614
CA1508
SA1617
CA1826
CA1835
CA1033
CA1724
CA1711
SA1629
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
eof_action=passwhen overlaying subtitles #12408