Update notification summary to display title only
This commit is contained in:
parent
d004461209
commit
2d8fc85ba5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
|
|||
const NOTIFICATION_TIMEOUT: u8 = 5;
|
||||
const NOTIFICATION_BODY: &str =
|
||||
"<b>Playing:</b> {title} \n <b>album:</b> {album} \n <b>Artist:</b> {artist} - {year}";
|
||||
const NOTIFICATION_SUMMARY: &str = "{artist} - {title}";
|
||||
const NOTIFICATION_SUMMARY: &str = "{title}";
|
||||
const NOTIFICATION_APP_NAME: &str = "C* Music Player";
|
||||
const DEFAULT_MAX_DEPTH: u8 = 3;
|
||||
const DEFAULT_INTERVAL_TIME: u64 = 1000; // 1000 ms
|
||||
|
|
Loading…
Reference in a new issue