Skip to content

Commit

Permalink
480p.
Browse files Browse the repository at this point in the history
  • Loading branch information
rn7s2 committed Nov 13, 2022
1 parent 8fa06f9 commit c8653a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const open = async (data: VideoData) => {
let quality = data.qualityOptions[0].value
for (let i = 0; i < data.qualityOptions.length; i++) {
if (data.qualityOptions[i].label.includes('720')) {
if (data.qualityOptions[i].label.includes('480')) {
quality = data.qualityOptions[i].value
}
}
Expand Down

0 comments on commit c8653a3

Please sign in to comment.