summaryrefslogtreecommitdiff
path: root/src/tangara/audio/track_queue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/audio/track_queue.hpp')
-rw-r--r--src/tangara/audio/track_queue.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tangara/audio/track_queue.hpp b/src/tangara/audio/track_queue.hpp
index 1d25568d..a8d1dc3a 100644
--- a/src/tangara/audio/track_queue.hpp
+++ b/src/tangara/audio/track_queue.hpp
@@ -73,6 +73,7 @@ class TrackQueue {
auto current() const -> TrackItem;
auto currentPosition() const -> size_t;
+ auto currentPosition(size_t position) -> bool;
auto totalSize() const -> size_t;
auto open() -> bool;
auto openPlaylist(const std::string& playlist_file, bool notify = true)