Skip to content

Commit

Permalink
[Project] Need manifest headers for Omega too in get_stream_with quality
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmourlhou authored and joaopa00 committed Apr 18, 2024
1 parent ad9d45d commit 15d2bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/resolver_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def get_stream_with_quality(plugin,
item = Listitem()
stream_headers = urlencode(headers)
item.property['inputstream.adaptive.stream_headers'] = stream_headers
if get_kodi_version() == 20:
if get_kodi_version() >= 20:
item.property['inputstream.adaptive.manifest_headers'] = stream_headers
item.path = video_url
item.property[INPUTSTREAM_PROP] = "inputstream.adaptive"
Expand Down

0 comments on commit 15d2bf4

Please sign in to comment.