From c2fc6168a0f13458c10ac7ee0eb1522a567b8be6 Mon Sep 17 00:00:00 2001 From: Siirko Date: Sun, 26 Nov 2023 17:27:50 +0100 Subject: [PATCH] added comments about a bug --- src-tauri/src/api/player.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/src/api/player.rs b/src-tauri/src/api/player.rs index d6d3d73..38f8ee1 100644 --- a/src-tauri/src/api/player.rs +++ b/src-tauri/src/api/player.rs @@ -111,6 +111,7 @@ pub async fn search_audio( let mut search_index: SearchIndex = SearchIndex::default(); // this has to be done when the app starts ! + // this create a problem when we switch between playlist and search player.playlists[&playlist] .iter() .enumerate()