Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mhdzumair/MediaFusion into feature/…
Browse files Browse the repository at this point in the history
…db-migration
  • Loading branch information
mhdzumair committed Nov 19, 2024
2 parents b49f283 + d668be0 commit 5ae6d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streaming_providers/stremthru/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def _get_client(user_data: UserData) -> StremThru:
return StremThru(
url=user_data.streaming_provider.url,
url=str(user_data.streaming_provider.url),
token=user_data.streaming_provider.token,
)

Expand Down

0 comments on commit 5ae6d21

Please sign in to comment.