From 9e84832054f33998a6ab22aa9ef53bec0bb8ec08 Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Tue, 16 Aug 2022 08:12:10 -0500 Subject: [PATCH] Update PlexAPIOAuth.js --- src/PlexAPIOAuth/PlexAPIOAuth.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PlexAPIOAuth/PlexAPIOAuth.js b/src/PlexAPIOAuth/PlexAPIOAuth.js index 5dcfa0d..fba9b49 100644 --- a/src/PlexAPIOAuth/PlexAPIOAuth.js +++ b/src/PlexAPIOAuth/PlexAPIOAuth.js @@ -3,14 +3,14 @@ import { v4 } from "uuid"; import axios from "axios"; import qs from "qs"; -export function CreatePlexClientInformation( +export function CreatePlexClientInformation({ clientIdentifier = v4(), product = FnBrowserDetect(), device = navigator.userAgentData.platform, version = navigator.userAgentData.brands[0].version, forwardUrl = "", - platform = "Plex-API-OAuth" -) { + platform = "Plex-API-OAuth", +}) { let plexClientInformation = { clientIdentifier: clientIdentifier, product: product,