summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r--apps/playlist_viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index 1e1aab8c54..7d3ff4ef9e 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -802,7 +802,7 @@ bool search_playlist(void)
802 802
803 if (!playlist_viewer_init(&viewer, 0, false)) 803 if (!playlist_viewer_init(&viewer, 0, false))
804 return ret; 804 return ret;
805 if (kbd_input(search_str, sizeof(search_str)) == -1) 805 if (kbd_input(search_str, sizeof(search_str)) < 0)
806 return ret; 806 return ret;
807 lcd_clear_display(); 807 lcd_clear_display();
808 playlist_count = playlist_amount_ex(viewer.playlist); 808 playlist_count = playlist_amount_ex(viewer.playlist);