Skip to content

Commit

Permalink
Odysee has responsive support (#108)
Browse files Browse the repository at this point in the history
thanks to @billtomczak
  • Loading branch information
billtomczak committed May 14, 2024
1 parent 609ea04 commit 0ad61c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Embera/Provider/Odysee.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Odysee extends ProviderAdapter implements ProviderInterface
protected $httpsSupport = true;

/** inline {@inheritdoc} */
protected $responsiveSupport = false;
protected $responsiveSupport = true;

/** inline {@inheritdoc} */
public function validateUrl(Url $url)
Expand Down

0 comments on commit 0ad61c5

Please sign in to comment.