Remove save all playlists action

It's hard-coded to m3u, needs a new select directory dialog with option to select different playlist formats.

Fixes #987
This commit is contained in:
Jonas Kvinge
2022-07-18 22:56:32 +02:00
parent 99840c9e4f
commit 21f1fe52c0
6 changed files with 3 additions and 25 deletions

View File

@@ -223,8 +223,6 @@ class PlaylistManager : public PlaylistManagerInterface {
// Rate current song using 0 - 5 scale.
void RateCurrentSong2(const int rating) override;
void SaveAllPlaylists();
private slots:
void SetActivePlaying() override;
void SetActivePaused() override;