diff --git a/hws/spotify_playlists/README.md b/hws/spotify_playlists/README.md index 0172fa3..47ee6af 100644 --- a/hws/spotify_playlists/README.md +++ b/hws/spotify_playlists/README.md @@ -126,6 +126,10 @@ When playlist_tiny1.txt and actions1.txt are supplied to your program as the two If a move action or a remove action as defined in the **actions file** attempts to move or remove a song which does not exist in the playlist, your program should ignore such an action. +## Duplicated Songs + +In cases where the same song appears more than once on the playlist, choose the first song (to move or remove) - i.e., search the playlist, starting from the top to the bottom, identify the first occurrence of this song, and use it (to move or remove). +