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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index e3faf4b68f..5b6e2991bc 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -883,7 +883,8 @@ enum playlist_viewer_result playlist_viewer_ex(const char* filename)
883 else 883 else
884 { 884 {
885 exit = true; 885 exit = true;
886 ret = PLAYLIST_VIEWER_CANCEL; 886 ret = button == ACTION_TREE_WPS ?
887 PLAYLIST_VIEWER_OK : PLAYLIST_VIEWER_CANCEL;
887 } 888 }
888 break; 889 break;
889 } 890 }