Skip to content

Commit

Permalink
Use 1080p as default stream resolution
Browse files Browse the repository at this point in the history
Users might not be aware that 720p is currently default so instead use
the best quality.
  • Loading branch information
cas-- committed Feb 16, 2019
1 parent 7c0f824 commit 28a4a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.video.redbulltv/resources/settings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<category label="30000">
<setting id="video.resolution" type="enum" label="30010" default="4" lvalues="30011|30012|30013|30014|30015|30016" />
<setting id="video.resolution" type="enum" label="30010" default="5" lvalues="30011|30012|30013|30014|30015|30016" />
</category>
</settings>
</settings>

0 comments on commit 28a4a33

Please sign in to comment.