👀 Refactoring file watcher code

This commit is contained in:
2025-06-10 13:30:31 -04:00
parent 999af29800
commit a0671ce6d1
6 changed files with 1288 additions and 1191 deletions

View File

@@ -50,7 +50,7 @@ export default class AirDCPPService extends Service {
username,
password,
});
return await airDCPPSocket.connect();
return await airDCPPSocket.connect();
} catch (err) {
console.error(err);
}