adds start_at

This commit is contained in:
Ollie Taylor
2023-02-25 16:33:43 +00:00
parent 1b12c92953
commit 4be36ba047
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ const episode_attributes = derived<
details: $details,
will_autoplay: $audio.autoplay,
is_paused: $audio.paused,
start_at: podcast_progress.get_episode($audio.src)?.start_at ?? 0,
});
}