Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix getSubtitleDeliveryMethod in StreamInfo always returning "Encoding" #4148

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

nielsvanvelzen
Copy link
Member

When the default subtitle track is manually set to -1 (during playback and then restarting playback) the subtitles would still show up, but rendered via exo. This happened because read branchname.

Changes

  • Fix getSubtitleDeliveryMethod in StreamInfo always returning "Encoding"

Issues

@nielsvanvelzen nielsvanvelzen added the bug Something isn't working label Nov 2, 2024
@nielsvanvelzen nielsvanvelzen added this to the v0.18.0 milestone Nov 2, 2024

public final SubtitleDeliveryMethod getSubtitleDeliveryMethod() {
return SubtitleDeliveryMethod;
public final org.jellyfin.sdk.model.api.SubtitleDeliveryMethod getSubtitleDeliveryMethod() {

Check notice

Code scanning / Android Lint

Unknown nullness Note

Unknown nullability; explicitly declare as @Nullable or @NonNull to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations
@nielsvanvelzen nielsvanvelzen merged commit 98f84c6 into jellyfin:master Nov 2, 2024
5 checks passed
@nielsvanvelzen nielsvanvelzen deleted the fucking-streaminfo branch November 5, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants