quarckster/kodi.kino.pub

The config parameter use_inputstream_adaptive name is not in sync with implementation

relictMarauder opened this issue · 1 comments

In settings.xml
to save the flag for using of inputstream adaptive is named "use_inputstream_adaptive"

<setting id="use_inputstream_adaptive" type="boolean" label="32079" help="">

and in implementation "inputstream_adaptive_enabled" used.
and self.settings.inputstream_adaptive_enabled == "true"
is

Good catch, thank you!