[improve/config] Fix the defualt notification body
This commit is contained in:
parent
0eed8c5360
commit
4cd2883d02
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use serde::{Deserialize, Serialize};
|
|||
|
||||
const NOTIFICATION_TIMEOUT: i32 = 5;
|
||||
const NOTIFICATION_BODY: &str =
|
||||
"<b>album:</b> {album} \n <b>Artist:</b> {artist} - {date}";
|
||||
"<b>album:</b> {album}<br/><b>Artist:</b> {artist} - {date}";
|
||||
const NOTIFICATION_SUMMARY: &str = "{title}";
|
||||
const NOTIFICATION_APP_NAME: &str = "C* Music Player";
|
||||
const DEFAULT_REMOTE_COMMAND: &str = "cmus-remote";
|
||||
|
|
Loading…
Reference in a new issue