From c479d699d059bc58e6850d43b14f2e91c2076e12 Mon Sep 17 00:00:00 2001 From: ailurux Date: Tue, 17 Sep 2024 14:13:05 +1000 Subject: Implements seeking to saved position for tracks --- src/tangara/audio/track_queue.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tangara/audio/track_queue.hpp') diff --git a/src/tangara/audio/track_queue.hpp b/src/tangara/audio/track_queue.hpp index a8d1dc3a..727b4be0 100644 --- a/src/tangara/audio/track_queue.hpp +++ b/src/tangara/audio/track_queue.hpp @@ -78,6 +78,7 @@ class TrackQueue { auto open() -> bool; auto openPlaylist(const std::string& playlist_file, bool notify = true) -> bool; + auto playFromPosition(const std::string& filepath, uint32_t position) -> void; using Item = std::variant; -- cgit v1.2.3