inputstream.adaptive
inputstream.adaptive copied to clipboard
[KodiProps] Deprecated license_url / license_url_append properties
Description
Deprecated for future removal of:
inputstream.adaptive.license_url
inputstream.adaptive.license_url_append
since the PVR interface API bug has been fixed on Kodi 22 Then add-ons/playlists can use the regular properties to set the license url without the needs to split the url string
Motivation and context
fix on board https://github.com/xbmc/xbmc/pull/25552
How has this been tested?
Screenshots (if appropriate):
Types of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] Clean up (non-breaking change which removes non-working, unmaintained functionality)
- [ ] Improvement (non-breaking change which improves existing functionality)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that will cause existing functionality to change)
- [ ] Cosmetic change (non-breaking change that doesn't touch code)
- [ ] None of the above (please explain below)
Checklist:
- [ ] I have read the Contributing document
- [ ] My code follows the Code Guidelines of this project
- [ ] My change requires a change to the Wiki documentation
- [ ] I have updated the documentation accordingly