We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69291af commit a991c2dCopy full SHA for a991c2d
raspotify/DEBIAN/preinst
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+# Fix changes in command line arguments for librespot v0.1.3
4
5
+sed -i 's/--linear-volume/--volume-ctrl=linear/' /etc/default/raspotify >/dev/null 2>&1
0 commit comments