Skip to content

Commit

Permalink
Update MMM-OnSpotify.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizz authored Nov 25, 2024
1 parent f7e8918 commit a42808e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMM-OnSpotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ Module.register("MMM-OnSpotify", {
version: this.version,
},
(a, b) => this.translate(a, b),
(a, b) => this.sendNotification(a, b), // This is not the bes as I would like this logic to be separated,
// but I dont have time to refractor everything. Solves #81 issue
(a, b) => this.sendNotification(a, b), // This is not the best as I would like this logic to be separated from the,
// DomBuilder but I dont have time to refractor everything. Solves #81 issue
);

/* Future update:
Expand Down

0 comments on commit a42808e

Please sign in to comment.