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:
parent
2fbfac0a04
commit
e7168b0a74
4 changed files with 15 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue