mattttvaughn / chronicle

GNU General Public License v3.0
219 stars 60 forks source link

Fix playback position sync with Plex (#20) #25

Closed KevinDenis closed 2 years ago

KevinDenis commented 2 years ago

Plex requires the playbackTime to be the track progress, not the current epoch

KevinDenis commented 2 years ago

@mattttvaughn, I have issued a pull request. I was able to test locally and using current track position instead of current epoch adresses this issue. I have cleaned up the code but please review this PR, as I'm not an Android Developer.