We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa2b05 commit 2eed912Copy full SHA for 2eed912
app/src/main/java/com/pira/ccloud/data/repository/SeriesRepository.kt
@@ -13,7 +13,7 @@ import org.json.JSONObject
13
import java.util.concurrent.TimeUnit
14
15
class SeriesRepository : BaseRepository() {
16
- private val BASE_URL = "https://hostinnegar.com/api/serie/by/filtres"
+ private val BASE_URL = "https://server-hi-speed-iran.info/api/serie/by/filtres"
17
18
suspend fun getSeries(page: Int = 0, genreId: Int = 0, filterType: FilterType = FilterType.DEFAULT): List<Series> {
19
return withContext(Dispatchers.IO) {
@@ -118,4 +118,4 @@ class SeriesRepository : BaseRepository() {
118
}
119
return countries
120
121
-}
+}
0 commit comments