git: 9front

Download patch

ref: ec21938f9a3fafb30276f058cf06f54c9e63b4d5
parent: 5957ab2e134978dae940f8fa758f2068947067dc
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Jan 31 06:59:08 EST 2017

/sys/lib/plumb/basic: fix rule for audio files (thanks deuteron)

--- a/sys/lib/plumb/basic
+++ b/sys/lib/plumb/basic
@@ -39,7 +39,7 @@
 data matches '([a-zA-Z¡-￿0-9_\-.,/]+)\.(mp3|ogg|flac|m3u|pls)'
 arg isfile	$0
 plumb to audio
-plumb start window play $0
+plumb start window -scroll play $file
 
 # image files go to page
 type is text
--