Merge 4a1893888c
into 38368f56ac
This commit is contained in:
commit
dba0f7f03c
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'StreamingCommunity'
|
extName = 'StreamingCommunity'
|
||||||
extClass = '.StreamingCommunity'
|
extClass = '.StreamingCommunity'
|
||||||
extVersionCode = 6
|
extVersionCode = 7
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -30,7 +30,7 @@ class StreamingCommunity : ConfigurableAnimeSource, AnimeHttpSource() {
|
||||||
|
|
||||||
override val name = "StreamingCommunity"
|
override val name = "StreamingCommunity"
|
||||||
|
|
||||||
override val baseUrl = "https://streamingcommunity.spa"
|
override val baseUrl = "https://streamingcommunity.ovh"
|
||||||
|
|
||||||
override val lang = "it"
|
override val lang = "it"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue