Make jump_to_playing_song not runnable if there is no playing song
This commit is contained in:
@@ -682,6 +682,8 @@ struct JumpToPlayingSong: BaseAction
|
||||
private:
|
||||
virtual bool canBeRun() override;
|
||||
virtual void run() override;
|
||||
|
||||
MPD::Song m_song;
|
||||
};
|
||||
|
||||
struct ToggleRepeat: BaseAction
|
||||
|
||||
Reference in New Issue
Block a user