X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/094e0af7be0a5c3bf65be093bba0f31cdf2f9718..3867fa20c6fd4e319b1ab77ebfa3ed8c68cbcfa7:/lib/queue.h diff --git a/lib/queue.h b/lib/queue.h index 6baf916..f62ccac 100644 --- a/lib/queue.h +++ b/lib/queue.h @@ -60,10 +60,11 @@ enum playing_state { /** @brief Track is playing but the server is quitting */ playing_quitting, - /** @brief Track was randomly chosen and has not been played + /** @brief OBSOLETE * - * This is going to become obsolete eventually; it's equivalent to @ref - * playing_unplayed but for tracks with a different origin. + * Formerly this meant a track that was picked at random and has not yet been + * played. This situation is now indicated by @p playing_unplayed and @p + * origin_random (or @p origin_adopted). */ playing_random,