mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5836] [MERGED] Code Clean up: "value assigned is not used in any execution path" #10677
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/5836
Author: @BaronGreenback
Created: 4/17/2021
Status: ✅ Merged
Merged: 12/24/2021
Merged by: @crobibero
Base:
master← Head:comparisons📝 Commits (8)
80877aaCleaned up "value assigned is not used in any execution path"6b2b484Update SubtitleScheduledTask.cs107412fUpdate FFProbeVideoInfo.cse682c23Merge branch 'master' into comparisons97c2c52Merge branch 'master' into comparisons6648b7dMerge branch 'master' into comparisons634ce40Merge branch 'master' into comparisons17f43c8Update Jellyfin.Api/Controllers/VideoHlsController.cs📊 Changes
7 files changed (+9 additions, -14 deletions)
View changed files
📝
Emby.Server.Implementations/HttpServer/WebSocketConnection.cs(+1 -1)📝
Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunUdpStream.cs(+1 -1)📝
Jellyfin.Api/Controllers/LibraryController.cs(+1 -1)📝
Jellyfin.Api/Controllers/VideoHlsController.cs(+1 -1)📝
MediaBrowser.Controller/LiveTv/LiveTvChannel.cs(+1 -3)📝
MediaBrowser.LocalMetadata/Images/LocalImageProvider.cs(+4 -4)📝
MediaBrowser.Providers/MediaInfo/SubtitleScheduledTask.cs(+0 -3)📄 Description
Identified by ReSharper. Removed all unneccessary "value assigned is not used in any execution path".
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.