Moved library to FRID

This commit is contained in:
Ultradesu
2026-08-11 18:13:02 +01:00
parent 079d87a831
commit cfc0bfa0e5
9 changed files with 24 additions and 5257 deletions
+1 -1
View File
@@ -927,7 +927,7 @@ fn draw_search(frame: &mut Frame, area: Rect, state: &AppState, cursor: usize) {
return centered_line(frame, inner, line);
}
};
if results.len() == 0
if results.is_empty()
&& state.search.fed_tracks.is_empty()
&& state.search.fed_artists.is_empty()
&& !state.search.fed_loading