summaryrefslogtreecommitdiff
path: root/ui/i18n/src/main/res/values-iw
diff options
context:
space:
mode:
authorErik Johnson <palehose@gmail.com>2023-11-15 13:47:51 -0600
committerGitHub <noreply@github.com>2023-11-15 20:47:51 +0100
commit637230e382a67ae8a0c7d889a773edb64bb74181 (patch)
treef267fab1540474969c4e86007b04102756aacf5a /ui/i18n/src/main/res/values-iw
parent10672f8086869cf7d51f4143dd0c2d0acee7d02f (diff)
downloadAntennaPod-637230e382a67ae8a0c7d889a773edb64bb74181.zip
Fix seeking to end using seek bar (#6763)
Merging #6074 has caused a new edge case for VBR audio files, in which using the seek bar to seek to the end of an episode sometimes hits the new code path, and the `skip()` function is called. Because `skip()` invokes `endPlayback()` with `hasEnded` set to `false`, post-processing tasks are not executed unless the pre-seek position falls within the "Smart mark as played" range. If "Smart mark as played" is set to `Disabled`, or the pre-seek position is outside that range, then the episode is not marked as played, and not removed from queue. This commit fixes that edge case by replacing `skip()` with a direct call to `endPlayback()`, with `hasEnded` set to `true`.
Diffstat (limited to 'ui/i18n/src/main/res/values-iw')
0 files changed, 0 insertions, 0 deletions