Update notification body to include the track's release date

This commit is contained in:
Anas Elgarhy 2023-02-23 10:41:39 +02:00
parent 561ff70374
commit 549e807444
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};
pub const NOTIFICATION_TIMEOUT: u8 = 5;
pub const NOTIFICATION_BODY: &str =
"<b>Playing:</b> {title} \n <b>album:</b> {album} \n <b>Artist:</b> {artist} - {year}";
"<b>Playing:</b> {title} \n <b>album:</b> {album} \n <b>Artist:</b> {artist} - {date}";
pub const NOTIFICATION_SUMMARY: &str = "{title}";
pub const NOTIFICATION_APP_NAME: &str = "C* Music Player";
pub const DEFAULT_REMOTE_COMMAND: &str = "cmus-remote";