Skip to content

Commit

Permalink
docs(about): minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Aug 28, 2023
1 parent aba487c commit f36cd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spotitube sync --playlist spotitube-sync \
--fix /path/to/already/downloaded/track.mp3
```

As showed in the previous example, there are several ways of indicate the ID of a resource — be it a playlist, album or track:
As showed in the previous example, there are several ways to indicate the ID of a resource — be it a playlist, album or track:
regardless Spotitube is given a full URL to that resource (e.g. `https://open.spotify.com/playlist/2wyZKlaKzPEUurb6KshAwQ?si=426ac1fd0fbe4cab`), a URI (e.g. `spotify:playlist:2wyZKlaKzPEUurb6KshAwQ`) or an ID (e.g. `2wyZKlaKzPEUurb6KshAwQ`), it should be smart enough to solve the effective ID resolution all by itself.

Furthermore, in case of playlist, automatic aliasing of personal playlist names into their ID is applied: this enables passing playlist by name instead of ID in case user wants to synchronize personal playlists.
Expand Down

0 comments on commit f36cd02

Please sign in to comment.