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

rdio-scanner: Fix systemID to match the datatype used in rdio-scanner #860

Merged
merged 1 commit into from Nov 12, 2023
Merged

rdio-scanner: Fix systemID to match the datatype used in rdio-scanner #860

merged 1 commit into from Nov 12, 2023

Conversation

USA-RedDragon
Copy link
Contributor

@USA-RedDragon USA-RedDragon commented Nov 12, 2023

rdio-scanner uses a Go uint (uint32_t is the C equivalent) to store the system ID: https://github.com/chuot/rdio-scanner/blob/c9c4ea4530f906dc2f1a9d67706ca987e5f82131/server/system.go#L29

This also prevents 47460b1 from making this doc wrong, as the current state of the code requires systemID to be a string:

| systemId || | number | System ID for Rdio Scanner. |

"systemId": 411

@robotastic
Copy link
Owner

Good catch!

@robotastic robotastic merged commit 6d81c49 into robotastic:master Nov 12, 2023
1 check passed
@USA-RedDragon USA-RedDragon deleted the rdio-scanner-config-fix branch November 12, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants