about summary refs log tree commit homepage
path: root/bin/dtas-console
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dtas-console')
-rwxr-xr-xbin/dtas-console2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dtas-console b/bin/dtas-console
index 1494bfb..4199583 100755
--- a/bin/dtas-console
+++ b/bin/dtas-console
@@ -200,7 +200,7 @@ begin
     cur_vol = rg['volume'] || 1.0
     extra = [ "volume=#{cur_vol}" ]
     tl = cur['tracklist'] || {}
-    %w(repeat shuffle).each { |x| extra << "#{x}=#{tl[x] || 'false'}" }
+    %w(repeat shuffle consume).each { |x| extra << "#{x}=#{tl[x] || 'false'}" }
     trim = cur['trim'] || 'off'
     extra << "trim=#{trim}"
     Curses.addstr(extra.join(' '))