Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SaurabhKaperwan committed Nov 6, 2024
2 parents 17d2931 + a8fab8b commit 0633bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cinevood/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 1
version = 2

cloudstream {
description ="Movie and series"
Expand Down
2 changes: 1 addition & 1 deletion Cinevood/src/main/kotlin/com/cinevood/Cinevood.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import com.lagradost.cloudstream3.utils.AppUtils.parseJson


class Cinevood : MainAPI() { // all providers must be an instance of MainAPI
override var mainUrl = "https://1cinevood.skin"
override var mainUrl = "https://1cinevood.hair/"
override var name = "Cinevood"
override val hasMainPage = true
override var lang = "hi"
Expand Down

0 comments on commit 0633bb8

Please sign in to comment.