mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Removed PREBUILT_REPOSITORIES
This commit is contained in:
parent
1321009837
commit
89354a8d5c
1 changed files with 5 additions and 5 deletions
|
@ -21,12 +21,12 @@ import java.io.OutputStream
|
||||||
/**
|
/**
|
||||||
* Comes with the app, always available in the app, non removable.
|
* Comes with the app, always available in the app, non removable.
|
||||||
* */
|
* */
|
||||||
val PREBUILT_REPOSITORIES = arrayOf(
|
val PREBUILT_REPOSITORIES = arrayOf<RepositoryData>(
|
||||||
// TODO FIX
|
// TODO FIX
|
||||||
RepositoryData(
|
// RepositoryData(
|
||||||
"Testing repository",
|
// "Testing repository",
|
||||||
"https://raw.githubusercontent.com/recloudstream/cs-repos/master/test.json"
|
// "https://raw.githubusercontent.com/recloudstream/cs-repos/master/test.json"
|
||||||
)
|
// )
|
||||||
)
|
)
|
||||||
|
|
||||||
data class Repository(
|
data class Repository(
|
||||||
|
|
Loading…
Reference in a new issue