Skip to content

Commit

Permalink
Revert "Fix #1666 - update appid for flatpak"
Browse files Browse the repository at this point in the history
This reverts commit 8084b1f.
  • Loading branch information
nukeop committed Aug 15, 2024
1 parent 421be13 commit b93a302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/services/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Config {
) {
this.env = process.env.NODE_ENV as Env || Env.DEV;
this.title = 'Nuclear Music Player';
this.appid = 'org.js.nuclear.Nuclear';
this.appid = 'nuclear';
this.youtubeUrl = 'https://www.youtube.com/watch';
this.youtubeSearch = 'https://www.googleapis.com/youtube/v3/search?part=id,snippet&type=video&maxResults=50&q=';
this.supportedFormats = _.uniq(pkg.build.fileAssociations.map(({ ext }) => ext));
Expand Down

0 comments on commit b93a302

Please sign in to comment.