From b5ffe7257a0a846c11cc9b2d8002a46755fc0bed Mon Sep 17 00:00:00 2001 From: 409 Date: Sat, 29 Jun 2024 12:49:50 +0200 Subject: [PATCH] fix: README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c64a514..368527f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,3 @@ Mixrs will create a unix socket at `/tmp/mixrs` and listen for instructions. Ins |6|PlayPauseCurrent|Tells the current sink input to toggle its `playing` state.
*Behavior varies based on the current sink input's player*| |7|PlayNext|Tells the current sink input to play the next item (e.g. the next song).
*Behavior varies based on the current sink input's player*| |8|PlayPrevious|Tells the current sink input to play the previous item (e.g. the previous song).
*Behavior varies based on the current sink input's player*| -======= -# mixrs -A practical multimedia controller written in Rust