Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate device id on login and use for API calls #1441

Merged
merged 4 commits into from
Oct 28, 2023
Merged

Calculate device id on login and use for API calls #1441

merged 4 commits into from
Oct 28, 2023

Conversation

1hitsong
Copy link
Member

Changes

Calculates the device ID value we need to use for API calls on login and uses it instead of recalculating it on use. Removes the param value from the SDK and passes the value into the session.get() call. This change fixes the video playback info dialog.

Issues

Fixes #1417

@1hitsong 1hitsong requested a review from a team as a code owner October 27, 2023 14:55
source/utils/globals.brs Outdated Show resolved Hide resolved
source/utils/session.bs Outdated Show resolved Hide resolved
source/api/sdk.bs Show resolved Hide resolved
source/utils/session.bs Show resolved Hide resolved
source/utils/session.bs Outdated Show resolved Hide resolved
Co-authored-by: Charles Ewert <cewert@gmail.com>
@cewert cewert merged commit e055aa7 into jellyfin:unstable Oct 28, 2023
9 checks passed
@1hitsong 1hitsong deleted the fixPlaybackInfoPopup branch October 28, 2023 14:14
@cewert cewert added the bug-fix This fixes a bug. label Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix This fixes a bug.
Projects
Development

Successfully merging this pull request may close these issues.

SDK hardcoded param causing issues
2 participants