chiark / gitweb /
Obsolete playing_random state
[disorder] / lib / queue.h
index 6baf9162c6b265173938e6b4b1f363f12634c6e2..f62ccac3225c17a490b5af521867c28757364155 100644 (file)
@@ -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,