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

Fixed devices not showing up on subscription page #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ziver
Copy link

@Ziver Ziver commented Aug 15, 2024

The device column in the subscription page only showed ?? as there where no device data stored in the DB, this is fixed in this commit.

Also added an additional column in the subscription page that shows some more info about the registered action, currently only the play position is displayed but it could be extended in the future.

The device column in the subscription page only showed ?? as there
where no device data stored in the DB, this is fixed in this commit.

Also added an additional column in the subscription page that shows
some more info about the registered action, currently only the play
position is displayed but it could be extended in the future.
@bohwaz
Copy link
Collaborator

bohwaz commented Aug 15, 2024

Fetching the device ID for each episode action would be too slow, as we can add thousands of actions at the same time…

@Ziver
Copy link
Author

Ziver commented Aug 15, 2024

Storing the device ID string would be a alternative but it would take more storage in the DB.

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.

2 participants