Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Jul 31, 2024
1 parent 817d2de commit ada4c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MusicPlayer2/CSelectPlaylist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ void CSelectPlaylistDlg::OnRemoveFromPlaylist()
GetSongsSelected(songs_selected);
PlaylistInfo playlist_info{ GetSelectedPlaylist() };
CMusicPlayerCmdHelper helper;
if (helper.OnRemoveFromPlaylist(songs_selected, playlist_info.path));
if (helper.OnRemoveFromPlaylist(songs_selected, playlist_info.path))
{
ShowSongList();
}
Expand Down

0 comments on commit ada4c28

Please sign in to comment.