You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a critical issue with subtitle parsing in the SoraStream provider. The problem stems from a mismatch between the expected structure of the subtitle data and the actual structure provided by the API. This issue is causing subtitles to be incorrectly parsed or not parsed at all.
Current behavior:
The current code expects subtitle data in this format:
Attempt to load subtitles for any media in the SoraStream provider
Observe that subtitles are not correctly loaded or parsed
Potential impact:
This issue affects all users of the SoraStream provider, preventing them from accessing subtitles for their media.
Suggested priority: High
By addressing this issue, we can ensure that subtitles are correctly parsed and available to users of the SoraStream provider. This fix would also bring the SoraStream provider in line with the expected behavior described in the linked issue, contributing to a more consistent subtitle handling across the entire application.
The text was updated successfully, but these errors were encountered:
There's a critical issue with subtitle parsing in the SoraStream provider. The problem stems from a mismatch between the expected structure of the subtitle data and the actual structure provided by the API. This issue is causing subtitles to be incorrectly parsed or not parsed at all.
Current behavior:
The current code expects subtitle data in this format:
Actual API response:
The API is actually providing subtitle data in this format:
Expected behavior:
The code should correctly parse and use the subtitle information provided by the API.
Proposed fix:
Update the subtitle parsing code to match the actual API response. Here's a suggested modification:
Here is a picture:
Steps to reproduce:
Potential impact:
This issue affects all users of the SoraStream provider, preventing them from accessing subtitles for their media.
Suggested priority: High
By addressing this issue, we can ensure that subtitles are correctly parsed and available to users of the SoraStream provider. This fix would also bring the SoraStream provider in line with the expected behavior described in the linked issue, contributing to a more consistent subtitle handling across the entire application.
The text was updated successfully, but these errors were encountered: