-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Follow skip forward/back length on ExoPlayer #441
Follow skip forward/back length on ExoPlayer #441
Conversation
44dd1d8
to
fd92c57
Compare
Co-authored-by: Maxr1998 <max.rumpf1998@gmail.com>
fd92c57
to
bcf3190
Compare
Add an extra model class to store the display preferences, that way the number only has to be parsed once. Rest works well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of adding a fragile HTTP interceptor it might be easier to just GET the display preferences when the player starts. That should be more reliable.
app/src/main/java/org/jellyfin/mobile/controller/ApiController.kt
Outdated
Show resolved
Hide resolved
True that, I'll do that. |
Closes #84