fixed allmoviesforyou

This commit is contained in:
Blatzar 2021-11-18 23:32:42 +01:00
parent 71c7afba15
commit 3fdc623600
2 changed files with 6 additions and 5 deletions

View file

@ -22,8 +22,9 @@ class AllMoviesForYouProvider : MainAPI() {
} }
} }
// Fetching movies will not work if this link is outdated.
override val mainUrl: String override val mainUrl: String
get() = "https://allmoviesforyou.co" get() = "https://allmoviesforyou.net"
override val name: String override val name: String
get() = "AllMoviesForYou" get() = "AllMoviesForYou"
override val supportedTypes: Set<TvType> override val supportedTypes: Set<TvType>

View file

@ -170,10 +170,10 @@ class ProviderTests {
} }
} }
@Test // @Test
fun testSingleProvider() { // fun testSingleProvider() {
testSingleProviderApi(ThenosProvider()) // testSingleProviderApi(ThenosProvider())
} // }
@Test @Test
fun providerCorrect() { fun providerCorrect() {