Skip to content

Commit

Permalink
[PROJECT] resolver_proxy : python 2 compatibility (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
darodi authored Aug 6, 2023
1 parent 0ea2a2b commit e567e9d
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 @@ -119,7 +119,7 @@ def __get_non_ia_stream_with_quality(plugin, url, manifest_type="hls", headers=N
return item


def __set_ia_quality(plugin, video_url, bypass, headers, item, manifest_type) -> bool:
def __set_ia_quality(plugin, video_url, bypass, headers, item, manifest_type):
"""
@param plugin: plugin
@param video_url: video url
Expand Down

0 comments on commit e567e9d

Please sign in to comment.