Skip to content

Commit

Permalink
feat(tmdb-provider): reorganize servers
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Nov 25, 2024
1 parent d546bc6 commit 94e8c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,11 @@ object TmdbProvider : Provider {

override suspend fun getServers(id: String, videoType: Video.Type): List<Video.Server> {
val servers = listOf(
TwoEmbedExtractor().server(videoType),
MoviesapiExtractor().server(videoType),
VidsrcNetExtractor().server(videoType),
MyFileStorageExtractor().nowTvServer(videoType),
MoflixExtractor().server(videoType),
TwoEmbedExtractor().server(videoType),
VidsrcToExtractor().server(videoType),
)

Expand Down

0 comments on commit 94e8c87

Please sign in to comment.