opodsync icon indicating copy to clipboard operation
opodsync copied to clipboard

Fixed devices not showing up on subscription page

Open Ziver opened this issue 1 year ago • 2 comments

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.

Ziver avatar Aug 15 '24 09:08 Ziver

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

bohwaz avatar Aug 15 '24 10:08 bohwaz

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

Ziver avatar Aug 15 '24 11:08 Ziver