You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to download subtitles through the download widget Invidious doesn't add an attachment content-disposition header to the response, resulting in the browser opening the file instead of downloading it.
This should be a trivial fix. The content disposition header can be set right before the captions handler gets called:
When trying to download subtitles through the download widget Invidious doesn't add an attachment content-disposition header to the response, resulting in the browser opening the file instead of downloading it.
This should be a trivial fix. The content disposition header can be set right before the captions handler gets called:
invidious/src/invidious/routes/watch.cr
Lines 318 to 324 in 70ff463
The text was updated successfully, but these errors were encountered: