Update notification implementation to include inline set cover function
This commit is contained in:
parent
4773c1c1cd
commit
b8af73ee0f
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ impl NotificationsHandler {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[inline]
|
||||||
fn set_cover(&mut self, track: &Track) {
|
fn set_cover(&mut self, track: &Track) {
|
||||||
// Reset the notification
|
// Reset the notification
|
||||||
self.notification = Notification::new();
|
self.notification = Notification::new();
|
||||||
|
|
Loading…
Reference in a new issue