diff --git a/core/network/src/main/kotlin/com/flixclusive/core/network/util/okhttp/UserAgentManager.kt b/core/network/src/main/kotlin/com/flixclusive/core/network/util/okhttp/UserAgentManager.kt index ceb26d516..32b28f7ae 100644 --- a/core/network/src/main/kotlin/com/flixclusive/core/network/util/okhttp/UserAgentManager.kt +++ b/core/network/src/main/kotlin/com/flixclusive/core/network/util/okhttp/UserAgentManager.kt @@ -33,7 +33,7 @@ class UserAgentManager( } private val userAgentSourceUrl - = "https://flixclusive.github.io/user-agents/user-agents.min.json" + = "https://flixclusiveorg.github.io/user-agents/user-agents.min.json" fun loadLatestUserAgents() { val desktopKey = "desktop"