This was discovered while testing #2141 but is a bit different from the original issue.
The player seekTo completion was updating the now playing info but the else block (updating the episode timestamp directly without the player's involvement) was not.
To test
Play an episode
Lock the phone (or navigate to control center) to see the Media Controls
Pause playback on the lock screen
Tap the Skip Back button
Notice that progress is reflected in the progress bar or timestamps
Checklist
[x] I have considered if this change warrants user-facing release notes and have added them to CHANGELOG.md if necessary.
[x] I have considered adding unit tests for my changes.
[x] I have updated (or requested that someone edit) the spreadsheet to reflect any new or changed analytics.
This was discovered while testing #2141 but is a bit different from the original issue.
The player
seekTo
completion was updating the now playing info but theelse
block (updating the episode timestamp directly without the player's involvement) was not.To test
Checklist
CHANGELOG.md
if necessary.