[PR #5877] [MERGED] EncodingHelper: Fix circular dependency #10705

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5877
Author: @Bond-009
Created: 4/21/2021
Status: Merged
Merged: 4/21/2021
Merged by: @Bond-009

Base: masterHead: circ1


📝 Commits (1)

  • 499bac5 EncodingHelper: Fix circular dependency

📊 Changes

10 files changed (+42 additions, -114 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+1 -2)
📝 Jellyfin.Api/Controllers/DynamicHlsController.cs (+7 -17)
📝 Jellyfin.Api/Controllers/VideoHlsController.cs (+6 -18)
📝 Jellyfin.Api/Controllers/VideosController.cs (+7 -18)
📝 Jellyfin.Api/Helpers/AudioHelper.cs (+7 -18)
📝 Jellyfin.Api/Helpers/DynamicHlsHelper.cs (+8 -19)
📝 Jellyfin.Api/Helpers/StreamingHelpers.cs (+2 -7)
📝 Jellyfin.Api/Helpers/TranscodingJobHelper.cs (+3 -5)
📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+1 -7)
📝 MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs (+0 -3)

📄 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/5877 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 4/21/2021 **Status:** ✅ Merged **Merged:** 4/21/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `circ1` --- ### 📝 Commits (1) - [`499bac5`](https://github.com/jellyfin/jellyfin/commit/499bac51854cf880beb4add835babf8abd8eb738) EncodingHelper: Fix circular dependency ### 📊 Changes **10 files changed** (+42 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+1 -2) 📝 `Jellyfin.Api/Controllers/DynamicHlsController.cs` (+7 -17) 📝 `Jellyfin.Api/Controllers/VideoHlsController.cs` (+6 -18) 📝 `Jellyfin.Api/Controllers/VideosController.cs` (+7 -18) 📝 `Jellyfin.Api/Helpers/AudioHelper.cs` (+7 -18) 📝 `Jellyfin.Api/Helpers/DynamicHlsHelper.cs` (+8 -19) 📝 `Jellyfin.Api/Helpers/StreamingHelpers.cs` (+2 -7) 📝 `Jellyfin.Api/Helpers/TranscodingJobHelper.cs` (+3 -5) 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+1 -7) 📝 `MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs` (+0 -3) </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:25:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10705