[PR #5836] [MERGED] Code Clean up: "value assigned is not used in any execution path" #10677

Closed
opened 2026-02-07 06:24:49 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: comparisons


📝 Commits (8)

  • 80877aa Cleaned up "value assigned is not used in any execution path"
  • 6b2b484 Update SubtitleScheduledTask.cs
  • 107412f Update FFProbeVideoInfo.cs
  • e682c23 Merge branch 'master' into comparisons
  • 97c2c52 Merge branch 'master' into comparisons
  • 6648b7d Merge branch 'master' into comparisons
  • 634ce40 Merge branch 'master' into comparisons
  • 17f43c8 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5836 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 4/17/2021 **Status:** ✅ Merged **Merged:** 12/24/2021 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `comparisons` --- ### 📝 Commits (8) - [`80877aa`](https://github.com/jellyfin/jellyfin/commit/80877aa945c5af9ffd6ca811d981ba417942ed9f) Cleaned up "value assigned is not used in any execution path" - [`6b2b484`](https://github.com/jellyfin/jellyfin/commit/6b2b4849877f326792e41e234c6ff49cda566428) Update SubtitleScheduledTask.cs - [`107412f`](https://github.com/jellyfin/jellyfin/commit/107412f2f2ae5b4b282ff533636661071b2d215d) Update FFProbeVideoInfo.cs - [`e682c23`](https://github.com/jellyfin/jellyfin/commit/e682c230bd978a47ffd42d0cb8013ef8705b66ba) Merge branch 'master' into comparisons - [`97c2c52`](https://github.com/jellyfin/jellyfin/commit/97c2c523a89dabead25b5b0d028acbd92d136660) Merge branch 'master' into comparisons - [`6648b7d`](https://github.com/jellyfin/jellyfin/commit/6648b7d7dabeaa84835fc7a8a7a2a468a00cad5c) Merge branch 'master' into comparisons - [`634ce40`](https://github.com/jellyfin/jellyfin/commit/634ce40c2facfbfaf6454ad8d3a7f2aca4723b46) Merge branch 'master' into comparisons - [`17f43c8`](https://github.com/jellyfin/jellyfin/commit/17f43c8e01a764d8e030a75b8d3c7f89146677d8) Update Jellyfin.Api/Controllers/VideoHlsController.cs ### 📊 Changes **7 files changed** (+9 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Identified by ReSharper. Removed all unneccessary "value assigned is not used in any execution path". --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:24:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10677