浏览代码

Add support for cmus

Thomas Dy 10 年之前
父节点
当前提交
2f1c9ceb10
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/external.rs

+ 1 - 0
src/external.rs

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