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 2bbd2772f7..7c415f9559 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -54,7 +54,7 @@
54 54
55/* The number of items between the selected one and the end/start of 55/* The number of items between the selected one and the end/start of
56 * the buffer under which the buffer must reload */ 56 * the buffer under which the buffer must reload */
57#define MIN_BUFFER_MARGIN screens[0].nb_lines 57#define MIN_BUFFER_MARGIN (screens[0].nb_lines+1)
58 58
59/* Default playlist name for saving */ 59/* Default playlist name for saving */
60#define DEFAULT_VIEWER_PLAYLIST_NAME "/viewer.m3u" 60#define DEFAULT_VIEWER_PLAYLIST_NAME "/viewer.m3u"