[PR #3179] [MERGED] Fix some 'bugs' flagged by sonarcloud #9369

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3179
Author: @Bond-009
Created: 5/26/2020
Status: Merged
Merged: 6/3/2020
Merged by: @anthonylavado

Base: masterHead: bugs


📝 Commits (3)

  • 10e381f Fix some 'bugs' flagged by sonarcloud
  • 0676d1c Update WebSocketSharpRequest.cs
  • b61ee09 Update WebSocketSharpRequest.cs

📊 Changes

18 files changed (+124 additions, -132 deletions)

View changed files

📝 DvdLib/Ifo/Program.cs (+1 -1)
📝 Emby.Dlna/ContentDirectory/ContentDirectory.cs (+2 -6)
📝 Emby.Dlna/Main/DlnaEntryPoint.cs (+5 -5)
📝 Emby.Dlna/PlayTo/Device.cs (+10 -10)
📝 Emby.Dlna/PlayTo/PlayToController.cs (+12 -7)
📝 Emby.Dlna/Ssdp/Extensions.cs (+4 -10)
📝 Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs (+2 -2)
📝 Emby.Server.Implementations/EntryPoints/RecordingNotifier.cs (+9 -9)
📝 Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs (+24 -24)
📝 Emby.Server.Implementations/HttpServer/HttpResultFactory.cs (+8 -4)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs (+4 -9)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs (+2 -2)
📝 Emby.Server.Implementations/LiveTv/LiveTvManager.cs (+5 -15)
📝 Emby.Server.Implementations/SocketSharp/WebSocketSharpRequest.cs (+1 -1)
📝 MediaBrowser.Api/Images/ImageService.cs (+1 -2)
📝 MediaBrowser.Api/Sessions/SessionInfoWebSocketListener.cs (+14 -14)
📝 MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs (+16 -9)
📝 MediaBrowser.MediaEncoding/Subtitles/AssParser.cs (+4 -2)

📄 Description

No description provided


🔄 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/3179 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 5/26/2020 **Status:** ✅ Merged **Merged:** 6/3/2020 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `bugs` --- ### 📝 Commits (3) - [`10e381f`](https://github.com/jellyfin/jellyfin/commit/10e381f66f957ffa2e8339a02b0c970086673739) Fix some 'bugs' flagged by sonarcloud - [`0676d1c`](https://github.com/jellyfin/jellyfin/commit/0676d1c2f45eb19c993a0e130c6fbef0eade67d9) Update WebSocketSharpRequest.cs - [`b61ee09`](https://github.com/jellyfin/jellyfin/commit/b61ee09a36ed38958dc3897be6a30ca8ad191813) Update WebSocketSharpRequest.cs ### 📊 Changes **18 files changed** (+124 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `DvdLib/Ifo/Program.cs` (+1 -1) 📝 `Emby.Dlna/ContentDirectory/ContentDirectory.cs` (+2 -6) 📝 `Emby.Dlna/Main/DlnaEntryPoint.cs` (+5 -5) 📝 `Emby.Dlna/PlayTo/Device.cs` (+10 -10) 📝 `Emby.Dlna/PlayTo/PlayToController.cs` (+12 -7) 📝 `Emby.Dlna/Ssdp/Extensions.cs` (+4 -10) 📝 `Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs` (+2 -2) 📝 `Emby.Server.Implementations/EntryPoints/RecordingNotifier.cs` (+9 -9) 📝 `Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs` (+24 -24) 📝 `Emby.Server.Implementations/HttpServer/HttpResultFactory.cs` (+8 -4) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs` (+4 -9) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs` (+2 -2) 📝 `Emby.Server.Implementations/LiveTv/LiveTvManager.cs` (+5 -15) 📝 `Emby.Server.Implementations/SocketSharp/WebSocketSharpRequest.cs` (+1 -1) 📝 `MediaBrowser.Api/Images/ImageService.cs` (+1 -2) 📝 `MediaBrowser.Api/Sessions/SessionInfoWebSocketListener.cs` (+14 -14) 📝 `MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs` (+16 -9) 📝 `MediaBrowser.MediaEncoding/Subtitles/AssParser.cs` (+4 -2) </details> ### 📄 Description _No description provided_ --- <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:00:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9369