Skip to content

Commit

Permalink
Don't exclude lower qualities in high/medium/low
Browse files Browse the repository at this point in the history
Fixes #452
  • Loading branch information
bastimeyer committed May 20, 2017
1 parent de75211 commit a2bb2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/models/stream/qualities/streamlink.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ export default [
id: "high",
label: "High",
quality: "high,best",
exclude: ">720p30,<540p"
exclude: ">720p30"
},

// Medium
{
id: "medium",
label: "Medium",
quality: "medium,best",
exclude: ">540p30,<480p"
exclude: ">540p30"
},

// Low
Expand Down

0 comments on commit a2bb2f6

Please sign in to comment.