Skip to content

Commit

Permalink
chore: Bump plexjs version
Browse files Browse the repository at this point in the history
 Includes originalTitle spec addition so we can remove patch
  • Loading branch information
FoxxMD committed Jan 2, 2025
1 parent f43c31f commit ea2421b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 39 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@foxxmd/string-sameness": "^0.4.0",
"@jellyfin/sdk": "^0.11.0",
"@kenyip/backoff-strategies": "^1.0.4",
"@lukehagar/plexjs": "^0.23.5",
"@lukehagar/plexjs": "^0.32.1",
"@react-nano/use-event-source": "^0.13.0",
"@reduxjs/toolkit": "^1.9.5",
"@supercharge/promise-pool": "^3.0.0",
Expand Down
32 changes: 0 additions & 32 deletions patches/@lukehagar+plexjs+0.23.5.patch

This file was deleted.

3 changes: 1 addition & 2 deletions src/backend/sources/PlexApiSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ export default class PlexApiSource extends MemoryPositionalSource {

this.plexApi = new PlexAPI({
serverURL: this.address.toString(),
accessToken: this.config.data.token,
xPlexClientIdentifier: this.deviceId,
accessToken: this.config.data.token
});

return true;
Expand Down

0 comments on commit ea2421b

Please # to comment.