mirror of
				https://github.com/recloudstream/cloudstream.git
				synced 2024-08-15 01:53:11 +00:00 
			
		
		
		
	Update MainAPI.kt
This commit is contained in:
		
							parent
							
								
									5ffb53bf1c
								
							
						
					
					
						commit
						cf3ae3d0f0
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -7,6 +7,7 @@ import com.fasterxml.jackson.databind.json.JsonMapper | |||
| import com.fasterxml.jackson.module.kotlin.KotlinModule | ||||
| import com.lagradost.cloudstream3.animeproviders.DubbedAnimeProvider | ||||
| import com.lagradost.cloudstream3.animeproviders.ShiroProvider | ||||
| import com.lagradost.cloudstream3.animeproviders.TenshiProvider | ||||
| import com.lagradost.cloudstream3.movieproviders.HDMProvider | ||||
| import com.lagradost.cloudstream3.movieproviders.LookMovieProvider | ||||
| import com.lagradost.cloudstream3.movieproviders.MeloMovieProvider | ||||
|  | @ -31,6 +32,7 @@ object APIHolder { | |||
| 
 | ||||
|     val apis = arrayListOf( | ||||
|         ShiroProvider(), | ||||
|         TenshiProvider(), | ||||
|         MeloMovieProvider(), | ||||
|         DubbedAnimeProvider(), | ||||
|         HDMProvider(), | ||||
|  | @ -299,4 +301,4 @@ data class TvSeriesLoadResponse( | |||
|     override val tags: ArrayList<String>? = null, | ||||
|     override val duration: String? = null, | ||||
|     override val trailerUrl: String? = null, | ||||
| ) : LoadResponse | ||||
| ) : LoadResponse | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue