lastfm fallbacks added, removed single/ep from album names

This commit is contained in:
Core 2022-08-24 11:50:32 +01:00
parent f38fb88cd2
commit d2de10b8b6
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
3 changed files with 20 additions and 12 deletions

View file

@ -57,8 +57,6 @@ export default class playbackNotifications {
</toast>`,
});
console.log(this._notification.toastXml);
this._notification.on("click", (_: any) => {
this._utils.getWindow().show();
this._utils.getWindow().focus();