Skip to content

Commit

Permalink
🕊 #7
Browse files Browse the repository at this point in the history
🕊
  • Loading branch information
keyiflerolsun committed Nov 27, 2023
1 parent 024ce41 commit 68fb199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DiziPal/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 21
version = 22

cloudstream {
authors = listOf("keyiflerolsun", "muratcesmecioglu")
Expand Down
2 changes: 1 addition & 1 deletion DiziPal/src/main/kotlin/com/keyiflerolsun/DiziPal.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
import com.fasterxml.jackson.module.kotlin.readValue

class DiziPal : MainAPI() {
override var mainUrl = "https://dizipal672.com"
override var mainUrl = "https://dizipal673.com"
override var name = "DiziPal"
override val hasMainPage = true
override var lang = "tr"
Expand Down

0 comments on commit 68fb199

Please sign in to comment.