Code

plugin: handle stderr messages of lyrics plugins
[ncmpc.git] / lyrics / 03-leoslyrics.py
index 5e4f8c8323cb95eec6f026b57e7d70aea85663eb..b55f0ec67087d2a0d06131a7943fc31148620c34 100755 (executable)
@@ -80,5 +80,5 @@ def lyrics(hid):
 
 hid = search(argv[1], argv[2])
 if hid is None:
-    exit(2)
+    exit(69)
 print lyrics(hid).encode('utf-8')