-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Update server when video is in state finished
#1941
Conversation
@roidy I added a commit to simulate hitting the back button when state is finished. Can you give that a test? Here's the new build https://github.com/jellyfin/jellyfin-roku/actions/runs/11087045525?pr=1941 |
@roidy the problem in your video should be fixed. I had the wrong api endpoint. https://github.com/jellyfin/jellyfin-roku/actions/runs/11087871463?pr=1941 |
@@ -623,7 +637,6 @@ sub onState(msg) | |||
|
|||
' Stop playback and exit player | |||
m.top.control = "stop" | |||
m.top.backPressed = true |
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.
m.top.backPressed
wasn't being observed or used so I removed them
472fd42
to
c906457
Compare
Changes
Issues
Fixes #1814