Skip to content

Commit

Permalink
Merge pull request #279 from quarckster/fix-inputstream-settings
Browse files Browse the repository at this point in the history
Fix settings attribute for inputstream adaptive
  • Loading branch information
quarckster authored May 16, 2023
2 parents 7b3026e + 4b03879 commit 3e7360a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/lib/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,6 @@ def get_window_property(self, item_id: str) -> Union[TVShow, Multi, Movie]:
def is_hls_enabled(self) -> bool:
return (
"hls" in self.settings.stream_type
and self.settings.inputstream_adaptive_enabled == "true"
and self.settings.use_inputstream_adaptive == "true"
and inputstreamhelper
)

0 comments on commit 3e7360a

Please sign in to comment.