Pārlūkot izejas kodu

Add support for cmus

Thomas Dy 10 gadi atpakaļ
vecāks
revīzija
2f1c9ceb10
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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),
             _ => ()
         }
     }