[PR #3528] Make TranscodingJobHelper an IDisposable (api-migration) #9581

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

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3528

State: closed
Merged: Yes


Changes
This adds an IServerEntryPoint to Jellyfin.Api. This class is needed because the remaining services require a list of all transcoding jobs which are currently running.

  • Adds event listeners to sessionManager.PlaybackProgress and sessionManager.PlaybackStart.
  • Makes TranscodingJobHelper an IDisposable so the event listeners get removed.
**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/3528 **State:** closed **Merged:** Yes --- **Changes** ~~This adds an `IServerEntryPoint` to `Jellyfin.Api`. This class is needed because the remaining services require a list of all transcoding jobs which are currently running.~~ - Adds event listeners to `sessionManager.PlaybackProgress` and `sessionManager.PlaybackStart`. - Makes `TranscodingJobHelper` an `IDisposable` so the event listeners get removed.
OVERLORD added the pull-request label 2026-02-07 06:04:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9581