소스 검색

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 {
             'T' => comm::send(tx, "title", line),
+            'M' => comm::send(tx, "cmus", line),
             _ => ()
         }
     }