diff options
Diffstat (limited to 'apps/playlist_catalog.c')
-rw-r--r-- | apps/playlist_catalog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playlist_catalog.c b/apps/playlist_catalog.c index b160d6c3f4..56a90052da 100644 --- a/apps/playlist_catalog.c +++ b/apps/playlist_catalog.c @@ -217,6 +217,8 @@ restart: int res = bookmark_autoload(selected_playlist); if (res == BOOKMARK_DO_RESUME) result = 0; + else if (res == BOOKMARK_CANCEL) + goto restart; else { switch (playlist_viewer_ex(selected_playlist, &most_recent_selection)) { |