From 496baefe663795a030f528853c377c158af357a7 Mon Sep 17 00:00:00 2001 From: ailurux Date: Mon, 22 Jul 2024 15:42:20 +1000 Subject: [PATCH] Oops, forgot a return statement --- src/tangara/audio/playlist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tangara/audio/playlist.cpp b/src/tangara/audio/playlist.cpp index f34be9c9..dcb9bfb7 100644 --- a/src/tangara/audio/playlist.cpp +++ b/src/tangara/audio/playlist.cpp @@ -97,6 +97,7 @@ auto Playlist::skipTo(size_t position) -> void { ESP_LOGW(kTag, "File offset cache failed, falling back..."); f_rewind(&file_); advanceBy(pos_); + return; } auto entry = offset_cache_.at(quotient); // Go to byte offset