We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723973e commit 3473786Copy full SHA for 3473786
1 file changed
app/src/main/kotlin/com/arturo254/opentune/together/TogetherOnlineEndpoint.kt
@@ -3,7 +3,7 @@
3
* Arturo254 (github.com/Arturo254)
4
* Licensed Under GPL-3.0 | see git history for contributors
5
*/
6
-
+
7
package com.arturo254.opentune.together
8
9
import androidx.datastore.core.DataStore
@@ -21,7 +21,7 @@ import com.arturo254.opentune.utils.getAsync
21
22
object TogetherOnlineEndpoint {
23
private const val EndpointSourceUrl =
24
- "https://raw.githubusercontent.com/Arturo254/OpenTune/refs/heads/dev/OpenTuneServer.txt"
+ "https://raw.githubusercontent.com/Arturo254/OpenTune/refs/heads/master/OpenTuneServer.txt"
25
26
private const val CacheTtlMs: Long = 6 * 60 * 60 * 1000L
27
0 commit comments