diff options
author | Max Kellermann <max@musicpd.org> | 2017-12-18 21:36:47 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-12-18 21:52:36 +0100 |
commit | 5582367d68b4fbd53cb809b4018bc54d25c1cd6c (patch) | |
tree | fdefc440dfee7ead1021b781bd56ea1cac06c6a1 /doc/protocol.xml | |
parent | 7a55ab6acc307d1023c3f1b87f2c0b28ab6c37fb (diff) |
db/DatabasePrint: support sorting by "modified-since"
Closes #172
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r-- | doc/protocol.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 480fbf90a..16f6b0683 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1702,7 +1702,8 @@ OK "ArtistSort", "AlbumSort" or "AlbumArtistSort" instead. These will automatically fall back to the former if "*Sort" doesn't exist. "AlbumArtist" falls back to just - "Artist". + "Artist". The type "Last-Modified" can sort by file + modification time. </para> <para> |