mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #10499] fix regression in subtitle provider instantiation #12510
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10499
State: closed
Merged: No
Fix subtitle provider instantiation (regression).
Changes
Rolled back some changes made from 10.8 to 10.9 in order to have the opensubtitle provider working.
Issues
While working on this feature, i came across the following error when trying to use the opensubtitle plugin with jellyfin 10.9:
After investigating, I found out that the _subtitleProviders list from the subtitleManager was empty. This PR fixes the instantiation problem.
PR linked
https://github.com/jellyfin/jellyfin/pull/10410
https://github.com/jellyfin/jellyfin-web/pull/4883