Explorar o código

Add support for cmus

Thomas Dy %!s(int64=9) %!d(string=hai) anos
pai
achega
2f1c9ceb10
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/external.rs

+ 1 - 0
src/external.rs

@@ -13,6 +13,7 @@ pub fn external(tx: &Channel, _cfg: &Config) {
 
         match kind {
             'T' => comm::send(tx, "title", line),
+            'M' => comm::send(tx, "cmus", line),
             _ => ()
         }
     }