Update configuration.mustache

This commit is contained in:
Luke Hagar
2023-04-19 10:27:12 -05:00
parent 8eeef06c9c
commit 5f601ecf65

View File

@@ -121,7 +121,7 @@ export class Configuration {
retriesConfig?: IAxiosRetryConfig
constructor(param: ConfigurationParameters = {}) {
this.plexToken = param.plexToken;
this.plexToken = param.plexToken || "";
this.clientIdentifier = param.clientIdentifier || "{{npmName}}";
this.device = param.device || "{{npmName}}";
this.deviceName = param.deviceName || "{{npmName}}";