diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist.h b/src/playlist.h index efe13b0b8..41befe455 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -158,7 +158,7 @@ void deleteASongFromPlaylist(struct playlist *playlist, const struct song *song); enum playlist_result -moveSongInPlaylist(struct playlist *playlist, unsigned from, int to); +moveSongRangeInPlaylist(struct playlist *playlist, unsigned start, unsigned end, int to); enum playlist_result moveSongInPlaylistById(struct playlist *playlist, unsigned id, int to); |