diff options
author | Max Kellermann <max@duempel.org> | 2011-07-19 00:34:33 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-07-19 00:34:33 +0200 |
commit | b159bc0c5f64dd4030f18cfa38539c5851d5157d (patch) | |
tree | 452a1e9fc6d5949244dc5eca4ebc8b89e5225166 /.gitignore | |
parent | a222c4879cd7104bcd51011bc13d4a76ac3d7a96 (diff) |
queue: implement song "priorities"
Sorts remaining songs by priority. This can be used for the
much-demanded "queue feature".
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 977ae6a12..3e9936882 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ test/dump_playlist test/run_normalize test/tmp test/run_inotify +test/test_queue_priority |