fix device reboot if nowplayingd misbehaves
[nowplayingd] / debian / postinst
index fe98d6c..a659219 100644 (file)
@@ -2,7 +2,7 @@
 
 DAEMON=/usr/bin/nowplayingd
 DSMETOOL=/usr/sbin/dsmetool
-DSMETOOL_PARAMETERS="-t"
+DSMETOOL_PARAMETERS="-f"
 
 if [ -x $DAEMON ]; then
        echo "Starting nowplayingd..."