1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Electron: Removed unused package dependencies

This commit is contained in:
Michael Hollister 2025-06-13 11:50:24 -05:00
parent 2fbfac0a04
commit e7168b0a74
4 changed files with 15 additions and 26 deletions

View file

@ -12,7 +12,7 @@ export class DiscoveryService {
return;
}
const name = `FCast-${getComputerName()}`;
const name = getComputerName();
logger.info(`Discovery service started: ${name}`);
// Note that txt field must be populated, otherwise certain mdns stacks have undefined behavior/issues