Merge pull request #3274 from andersonvom/3262-default-rewind-value

Change default rewind time to 10s
This commit is contained in:
H. Lehmann 2019-07-14 19:33:44 +02:00 committed by GitHub
commit 11ccecca34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ public class UserPreferences {
}
public static int getRewindSecs() {
return prefs.getInt(PREF_REWIND_SECS, 30);
return prefs.getInt(PREF_REWIND_SECS, 10);
}
public static String[] getAutodownloadSelectedNetworks() {