sources/plex: set better defaults on model

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-03 21:00:16 +02:00
parent 35faf269db
commit 6fc38436f4
9 changed files with 217 additions and 119 deletions

View File

@ -67,7 +67,7 @@ export class PlexAPIClient {
reject: (e: Error) => void
) => {
try {
const response = await PlexAPIClient.pinStatus(clientIdentifier, id)
const response = await PlexAPIClient.pinStatus(clientIdentifier, id);
if (response) {
resolve(response);