chore: enable audio downloading
This commit is contained in:
parent
64d9e4fc71
commit
8ead8d1454
10 changed files with 494 additions and 79 deletions
|
|
@ -1,10 +1,9 @@
|
|||
import { app } from "electron";
|
||||
import { EventEmitter } from "events";
|
||||
import { logger } from "../logger";
|
||||
import { WindowManager } from "../core/window-manager";
|
||||
|
||||
export class AutoUpdaterService extends EventEmitter {
|
||||
constructor(private windowManager: WindowManager) {
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue