From 7e5fe3b59973fa0f0dfd7f0ba59be3b8786b22bc Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Fri, 28 May 2010 20:38:58 +0200 Subject: autosave new empty playlist after it had been added to list --- playlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 8f57cc2b..c04fe11e 100644 --- a/playlist.h +++ b/playlist.h @@ -213,6 +213,9 @@ pl_crop_selected (void); int pl_save (const char *fname); +int +pl_save_n (int n); + int pl_save_current (void); -- cgit v1.2.3