diff --git a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt index 0fcbb9e0..5df9a95e 100644 --- a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt +++ b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt @@ -171,7 +171,6 @@ open class SoraStream : TmdbProvider() { "$tmdbAPI/discover/tv?api_key=$apiKey&with_networks=2552" to "Apple TV+", "$tmdbAPI/discover/tv?api_key=$apiKey&with_networks=49" to "HBO", "$tmdbAPI/discover/tv?api_key=$apiKey&with_networks=4330" to "Paramount+", - "$tmdbAPI/discover/tv?api_key=$apiKey&with_networks=3186" to "Max", "$tmdbAPI/discover/tv?api_key=$apiKey&with_networks=3353" to "Peacock", "$tmdbAPI/movie/top_rated?api_key=$apiKey®ion=US" to "Top Rated Movies", "$tmdbAPI/tv/top_rated?api_key=$apiKey®ion=US" to "Top Rated TV Shows",