Skip to content

Commit

Permalink
added comments about a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aaalloc committed Nov 26, 2023
1 parent 5d4d34c commit c2fc616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/api/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ pub async fn search_audio(
let mut search_index: SearchIndex<usize> = 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()
Expand Down

0 comments on commit c2fc616

Please sign in to comment.