chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add 'adopt' command. This adopts a randomly picked track by changing
[disorder]
/
lib
/
queue.h
diff --git
a/lib/queue.h
b/lib/queue.h
index 17a6d2270c0af3114364977a520e260915bbf9c0..1c70cfde8ffe2a22fcb6c63e02f2aad0ae00e4c2 100644
(file)
--- a/
lib/queue.h
+++ b/
lib/queue.h
@@
-94,8
+94,7
@@
extern const char *const playing_states[];
enum track_origin {
/** @brief Track was picked at random and then adopted by a user
*
- * @c submitter identifies who adopted it. This isn't implemented
- * yet.
+ * @c submitter identifies who adopted it.
*/
origin_adopted,