Xcode project sync and seek async fix
All checks were successful
CI / build-and-deploy (push) Successful in 23s
All checks were successful
CI / build-and-deploy (push) Successful in 23s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -146,7 +146,7 @@ final class PodcastPlayerViewModel {
|
||||
// Restore saved position
|
||||
let saved = PodcastProgress.get(url: currentArticleUrl)
|
||||
if saved > 10 {
|
||||
p.seek(to: CMTime(seconds: saved, preferredTimescale: 600))
|
||||
await p.seek(to: CMTime(seconds: saved, preferredTimescale: 600))
|
||||
currentTime = saved
|
||||
}
|
||||
updateNowPlaying()
|
||||
|
||||
Reference in New Issue
Block a user