damontecres / StashAppAndroidTV

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

Fix saving playback activity #259

Closed damontecres closed 3 months ago

damontecres commented 3 months ago

Fixes #219

The playback activity tracking is fixed! It now records duration every second if the video is playing. If the video is not playing, the duration is not recorded.

Then every 10 seconds or when the video pauses/ends, that duration is saved.