mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 04:20:58 +00:00
Update configuration.mustache
This commit is contained in:
@@ -121,7 +121,7 @@ export class Configuration {
|
|||||||
retriesConfig?: IAxiosRetryConfig
|
retriesConfig?: IAxiosRetryConfig
|
||||||
|
|
||||||
constructor(param: ConfigurationParameters = {}) {
|
constructor(param: ConfigurationParameters = {}) {
|
||||||
this.plexToken = param.plexToken;
|
this.plexToken = param.plexToken || "";
|
||||||
this.clientIdentifier = param.clientIdentifier || "{{npmName}}";
|
this.clientIdentifier = param.clientIdentifier || "{{npmName}}";
|
||||||
this.device = param.device || "{{npmName}}";
|
this.device = param.device || "{{npmName}}";
|
||||||
this.deviceName = param.deviceName || "{{npmName}}";
|
this.deviceName = param.deviceName || "{{npmName}}";
|
||||||
|
|||||||
Reference in New Issue
Block a user