dfigus / addon-tvheadend

TVHeadend - Home Assistant Add-on
MIT License
3 stars 0 forks source link

Patch tvheadend cookie handling #48

Closed dfigus closed 9 months ago

dfigus commented 9 months ago

Proposed Changes

Encode "/" in the TVHeadend webui handling as this breaks the python cookie hanlding.

Refer to: https://tvheadend.org/issues/6078 https://docs.python.org/3/library/http.cookies.html#module-http.cookies

Related Issues

Fixes #46