Skip to content

Commit

Permalink
Clarify prev behavior for partially implemented players
Browse files Browse the repository at this point in the history
  • Loading branch information
alyosha committed Sep 26, 2020
1 parent c93800e commit f39db66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ is still very limited in terms of supported functionality.
For players that support the `Seek` command, `Prev` will return to the previous
track regardless of the position of the current track. If `Seek` is not
supported, `Prev` will only return to the previous track if the command is
called within the first few seconds of playback (default MPRIS behavior).
called within the first few seconds of playback, otherwise it will restart
the current track (default MPRIS behavior).

## Config
To configure a default media player, add a line like the following to your
Expand Down

0 comments on commit f39db66

Please sign in to comment.