From 7aeae6ebcd7be0a77979e362e33308590d3c424b Mon Sep 17 00:00:00 2001 From: hexated Date: Sun, 1 Jan 2023 01:24:08 +0700 Subject: [PATCH] left one --- SoraStream/src/main/kotlin/com/hexated/SoraStream.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt index d4747498..cafc4d52 100644 --- a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt +++ b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt @@ -113,7 +113,7 @@ open class SoraStream : TmdbProvider() { override val mainPage = mainPageOf( "$tmdbAPI/trending/all/day?api_key=$apiKey®ion=&page=" to "Trending", - "$tmdbAPI/movie/popular?api_key=$apiKey®ion=&without_keywords=190370&page=" to "Popular Movies", + "$tmdbAPI/movie/popular?api_key=$apiKey®ion=&without_keywords=190370|13059|226161&page=" to "Popular Movies", "$tmdbAPI/tv/popular?api_key=$apiKey®ion=&without_keywords=190370&page=" to "Popular TV Shows", "$tmdbAPI/tv/airing_today?api_key=$apiKey®ion=&page=" to "Airing Today TV Shows", // "$tmdbAPI/tv/on_the_air?api_key=$apiKey®ion=&page=" to "On The Air TV Shows",