From 94df757f0c0f9ca98a6de572032fe61d14c3fef6 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 24 Oct 2023 20:07:17 +0200 Subject: [PATCH] add TODO section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a060618..74ffd52 100755 --- a/README.md +++ b/README.md @@ -96,3 +96,9 @@ musicdb-client 127.0.0.1:26314 syncplayer-network ```sh musicdb-client 127.0.0.1:26314 syncplayer-local ~/music ``` +# TODOs + +If the server can't play a song, it seems to get stuck. +It should instead send a notification to all clients about the error and skip to the next song. +The clients should then display this notification to the user. +TODO: Figure out what to do when no user acknowledges the notification. Send it again later or just pretend nothing happened?