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

Fix custom prop logspam #683

Merged
merged 2 commits into from
Sep 13, 2024
Merged

Conversation

ksooo
Copy link
Member

@ksooo ksooo commented Sep 13, 2024

First commit fixes some log spam introduced with v22..4.0 . There is no dysfaction, only log flooded with pointless entries.

Second commit fixes fallout from refactoring recordings entity class hierarchy. Member m_configUui belongs into base class RecordingBase only, but somehow in derived class Recordinganother member with this name and type sneaked in during refactoring, leading to writing values to base class member, but reading from derived class member. This prevented proper updating the property.

Plus, some cosmetics along the way.

@ksooo ksooo merged commit dc8d521 into kodi-pvr:Piers Sep 13, 2024
8 checks passed
@ksooo ksooo deleted the fix-custom-prop-logspam branch September 13, 2024 13:44
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.

1 participant