Add back save all playlists action

This commit is contained in:
Jonas Kvinge
2022-07-20 01:09:00 +02:00
parent 21f1fe52c0
commit 3ffcc29249
10 changed files with 336 additions and 6 deletions

View File

@@ -223,6 +223,8 @@ 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;