From ae89da630ba82b89249db3e8b7fabaa6155e7707 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 31 Aug 2025 18:06:28 +0200 Subject: [PATCH] huh --- radioPlaylist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioPlaylist.py b/radioPlaylist.py index 1d25548..fb65d81 100644 --- a/radioPlaylist.py +++ b/radioPlaylist.py @@ -533,7 +533,7 @@ class DisplayManager: force_redraw: bool = False, state: InterfaceState = None): """Draw the files list, optimized to only redraw when necessary.""" header_height = self.get_header_height() - content_start_row = header_height + 6 + content_start_row = header_height + 5 available_lines = term_height - content_start_row start_idx = scroll_offset