Skip to content

Commit

Permalink
One last change from developer-app to lyrthing id
Browse files Browse the repository at this point in the history
  • Loading branch information
espeon committed Oct 2, 2024
1 parent 7bddfeb commit c1aad24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/lyricsStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class LyricsStore {
constructor() {
this.deskthing = DeskThing.getInstance();
this.listeners.push(
this.deskthing.on("developer-app", this.handleLyrics.bind(this))
this.deskthing.on("co.lutea.lyrthing", this.handleLyrics.bind(this))
);
this.deskthing.sendMessageToParent({
app: "client",
Expand Down

0 comments on commit c1aad24

Please sign in to comment.