[improve/config] Fix the defualt notification body

This commit is contained in:
Anas Elgarhy 2023-04-23 05:19:38 +02:00
parent 0eed8c5360
commit 4cd2883d02
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 1 additions and 1 deletions

View File

@ -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";