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 VLC marked as watched #4032

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

MichaelRUSF
Copy link
Contributor

Changes

Updated the code that retrieves the playback position from VLC to use long instead of int. Using long for the position aligns with the data type expected from VLC.

Issues

Fixes #4027

Copy link
Member

@nielsvanvelzen nielsvanvelzen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@nielsvanvelzen nielsvanvelzen merged commit 0cfffdb into jellyfin:master Sep 29, 2024
5 checks passed
@nielsvanvelzen nielsvanvelzen added this to the v0.18.0 milestone Sep 29, 2024
@nielsvanvelzen nielsvanvelzen added bug Something isn't working backportable Change may be backported to a point release (remove label once cherrypicked) labels Sep 29, 2024
@MichaelRUSF MichaelRUSF deleted the VLC-watched-fix branch September 29, 2024 14:01
@nielsvanvelzen nielsvanvelzen removed the backportable Change may be backported to a point release (remove label once cherrypicked) label Oct 13, 2024
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.

Vlc player resume does not work
2 participants