mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix: StreamSB sbplay3.com link missing, duplicate sbplay.one link (StreamSB9). (#777)
This commit is contained in:
parent
8bbb20557f
commit
c1060592c8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class StreamSB2 : StreamSB() {
|
|||
}
|
||||
|
||||
class StreamSB3 : StreamSB() {
|
||||
override val mainUrl = "https://sbplay.one"
|
||||
override val mainUrl = "https://sbplay3.com"
|
||||
}
|
||||
|
||||
class StreamSB4 : StreamSB() {
|
||||
|
|
Loading…
Reference in a new issue