damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
74 stars 4 forks source link

Save paused playback state when creating a marker #249

Closed damontecres closed 4 months ago

damontecres commented 4 months ago

Fixes #243

When launching an activity via the resultLauncher, save the current playback state which will be restored when the fragment returns.

So if the video was paused when "Create Marker" is clicked, playback will be paused when it returns.