Skip to content

Commit

Permalink
Ensure language and region are passed to StreamInfo instances anxdpan…
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Dec 5, 2024
1 parent b921129 commit 7472b05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/lib/youtube_plugin/youtube/client/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ def get_streams(self,
ask_for_quality=ask_for_quality,
audio_only=audio_only,
use_mpd=use_mpd,
language=self._language,
region=self._region,
).load_stream_info(video_id)

def remove_playlist(self, playlist_id, **kwargs):
Expand Down

0 comments on commit 7472b05

Please sign in to comment.