Skip to content

Commit

Permalink
Merge pull request #46 from naglis/fix-interactive-playlist-examples
Browse files Browse the repository at this point in the history
Fix interactive playlist examples in the README
  • Loading branch information
Polochon-street authored Jan 8, 2024
2 parents ae6b4ac + 5769e1c commit 880d2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ be played next among the 3 closest songs (the number of songs displayed
can be set manually):

```
$ blissify playlist --interactive-playlist --number-choices 5
$ blissify interactive-playlist --number-choices 5
```

By default, it crops the current playlist to just keep the currently played
song. If you want to just start from the last song and continue from there, use
`--continue`:

```
$ blissify playlist --interactive-playlist --number-choices 5 --continue
$ blissify interactive-playlist --number-choices 5 --continue
```

# Details
Expand Down

0 comments on commit 880d2c5

Please sign in to comment.