mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
Update configuration.mustache
This commit is contained in:
@@ -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}}";
|
||||
|
||||
Reference in New Issue
Block a user