Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
quarckster committed May 8, 2019
1 parent 1ac5932 commit 1ceb338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<addon id="video.kino.pub" name="kino.pub" version="${VERSION}" provider-name="quarckster">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.inputstreamhelper" version="0.3.4" optional="true"/>
<import addon="script.module.inputstreamhelper" version="0.3.4"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
Expand Down
2 changes: 1 addition & 1 deletion resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<setting id="stream_type" type="select" label="Тип стриминга" values="http|hls|hls2|hls4" enable="eq(1,false)" default="hls"/>
<setting id="ask_quality" type="bool" label="Задавать вопрос о качестве видео перед воспроизведением" default="false"/>
<setting id="mark_advert" type="bool" label="Отмечать видео с рекламой (!)" default="false"/>
<setting id="inputstream_helper_enabled" type="bool" label="Включить inputstream adaptive" default="false"/>
<setting id="inputstream_helper_enabled" type="bool" label="Включить inputstream adaptive" default="false" enable="System.HasAddon(inputstream.adaptive)"/>
<setting type="sep" />
<setting id="reset_auth" type="bool" label="Сбросить аутентификацию" default="false"/>
</category>
Expand Down

0 comments on commit 1ceb338

Please sign in to comment.