Skip to content

Commit

Permalink
Set download links on component even if there are no caption links (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater authored Oct 22, 2024
1 parent fca31e0 commit ee8ca70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/views/Watch/Watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,8 @@ export default defineComponent({
})

downloadLinks.push(...captionLinks)

this.downloadLinks = downloadLinks
}
this.downloadLinks = downloadLinks
} else {
// video might be region locked or something else. This leads to no formats being available
showToast(
Expand Down

0 comments on commit ee8ca70

Please sign in to comment.