Skip to content

Commit 3473786

Browse files
committed
remplace "dev" to "Master"
Signed-off-by: Arturo Cervantes <[email protected]>
1 parent 723973e commit 3473786

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/kotlin/com/arturo254/opentune/together/TogetherOnlineEndpoint.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Arturo254 (github.com/Arturo254)
44
* Licensed Under GPL-3.0 | see git history for contributors
55
*/
6-
6+
77
package com.arturo254.opentune.together
88

99
import androidx.datastore.core.DataStore
@@ -21,7 +21,7 @@ import com.arturo254.opentune.utils.getAsync
2121

2222
object TogetherOnlineEndpoint {
2323
private const val EndpointSourceUrl =
24-
"https://raw.githubusercontent.com/Arturo254/OpenTune/refs/heads/dev/OpenTuneServer.txt"
24+
"https://raw.githubusercontent.com/Arturo254/OpenTune/refs/heads/master/OpenTuneServer.txt"
2525

2626
private const val CacheTtlMs: Long = 6 * 60 * 60 * 1000L
2727

0 commit comments

Comments
 (0)