Skip to content

Commit

Permalink
Merge pull request #259 from dagwieers/patch-2
Browse files Browse the repository at this point in the history
Fix issue where 1080p means 720p
  • Loading branch information
peak3d committed May 9, 2019
2 parents 9501a4f + 84f58e5 commit 03cc251
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inputstream.adaptive/resources/settings.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
<options>
<option label="30150">0</option> <!-- Max -->
<option label="30151">1</option> <!-- 480p -->
<option label="30153">2</option> <!-- 720p -->
<option label="30154">3</option> <!-- 1080p -->
<option label="30152">2</option> <!-- 640p -->
<option label="30153">3</option> <!-- 720p -->
<option label="30154">4</option> <!-- 1080p -->
</options>
</constraints>
<control type="spinner" format="string" />
Expand Down

0 comments on commit 03cc251

Please sign in to comment.