Skip to content

Commit

Permalink
fix: remove debuggable url in ProviderManager
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Apr 7, 2024
1 parent 164669a commit b55d656
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,6 @@ class ProviderManager @Inject constructor(
file: File,
buildUrl: String
): Boolean {
// TODO("REMOVE THIS")
val buildUrl = buildUrl.replace(
"your_username",
"Flixclusive"
).replace(
"myRepository",
"providers-template"
)

val updaterJsonUrl = replaceLastAfterSlash(buildUrl, "updater.json")
val updaterJsonFile = File(file.parent!!.plus("/updater.json"))

Expand Down

0 comments on commit b55d656

Please sign in to comment.