sequentialMainPageDelay in filmpertutti

This commit is contained in:
antonydp 2022-11-02 23:27:12 +01:00 committed by GitHub
parent 46f0617a2e
commit 8c8b72a4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class FilmpertuttiProvider : MainAPI() {
TvType.TvSeries
)
override var sequentialMainPage = true
override var sequentialMainPageDelay = 500
override val mainPage = mainPageOf(
Pair("$mainUrl/category/film/page/", "Film Popolari"),
Pair("$mainUrl/category/serie-tv/page/", "Serie Tv Popolari"),