Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit a72f1c4

Browse files
committed
Fix typo*
* This fixes the bug that the buffering now no longer aborts so quickly.
1 parent 0257d92 commit a72f1c4

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/jamal2367/urlradio

1 file changed

+1
-1
lines changed

app/src/main/java/com/jamal2367/urlradio/Keys.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object Keys {
2727

2828
// time values
2929
const val SLEEP_TIMER_DURATION = "SLEEP_TIMER_DURATION"
30-
const val RECONNECTION_WAIT_INTERVAL: Long = 500L // 5 seconds in milliseconds
30+
const val RECONNECTION_WAIT_INTERVAL: Long = 5000L // 5 seconds in milliseconds
3131

3232
// intent actions
3333
const val ACTION_SHOW_PLAYER: String = "com.jamal2367.urlradio.action.SHOW_PLAYER"

0 commit comments

Comments
 (0)