Oops, forgot a return statement

custom
ailurux 9 months ago
parent 514540d89c
commit 496baefe66
  1. 1
      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..."); ESP_LOGW(kTag, "File offset cache failed, falling back...");
f_rewind(&file_); f_rewind(&file_);
advanceBy(pos_); advanceBy(pos_);
return;
} }
auto entry = offset_cache_.at(quotient); auto entry = offset_cache_.at(quotient);
// Go to byte offset // Go to byte offset

Loading…
Cancel
Save