StronzLabs / Stronzflix

Application for streaming multimedia content
https://stronzlabs.github.io/Stronzflix/
GNU General Public License v3.0
13 stars 5 forks source link

Download via Blob instead of redirect #15

Closed R1D3R175 closed 4 weeks ago

R1D3R175 commented 1 month ago

On phones the redirect to *.github.com would open the GitHub app, this behaviour doesn't allow the user to download the file. Using the Blob method instead of a redirect effectively fixes this problem.

Bonfra04 commented 4 weeks ago

thanks