update default value for bitrate limit

This commit is contained in:
dkanada 2020-06-17 15:06:39 +09:00
commit df553c85f9
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
app:iconSpaceReserved="false"
android:defaultValue="320000"
android:defaultValue="10000000"
android:entries="@array/pref_maximum_bitrate_titles"
android:entryValues="@array/pref_maximum_bitrate_values"
android:key="maximum_bitrate"