From af203fee8e5328ac99e568123d2fe6047c738aae Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 20 May 2021 20:23:24 +0100 Subject: [PATCH 1/1] doc/disorder_protocol.5.in: Document `sofar' field in track-info line. Organization: Straylight/Edgeware From: Mark Wooding --- doc/disorder_protocol.5.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/disorder_protocol.5.in b/doc/disorder_protocol.5.in index df32a4d..3389bd9 100644 --- a/doc/disorder_protocol.5.in +++ b/doc/disorder_protocol.5.in @@ -649,6 +649,9 @@ In the queue, hasn't been played yet. The track was terminated because the server is shutting down. .RE .TP +.B sofar +The number of seconds of the track that have been played so far. +.TP .B submitter The user that submitted the track. .TP -- [mdw]