forked from recloudstream/cloudstream
		
	subs fix (#928)
This commit is contained in:
		
							parent
							
								
									03df1c03f0
								
							
						
					
					
						commit
						8c5db9de11
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -378,7 +378,7 @@ open class BflixProvider() : MainAPI() { | ||||||
|                 } |                 } | ||||||
|                 //Apparently any server works, I haven't found any diference |                 //Apparently any server works, I haven't found any diference | ||||||
|                 val sublink = |                 val sublink = | ||||||
|                     app.get("$mainUrl/ajax/episode/subtitles/${jsonservers.vidstream}").text |                     app.get("$mainUrl/ajax/episode/subtitles/${jsonservers.mcloud}").text | ||||||
|                 val jsonsub = parseJson<List<Subtitles>>(sublink) |                 val jsonsub = parseJson<List<Subtitles>>(sublink) | ||||||
|                 jsonsub.forEach { subtitle -> |                 jsonsub.forEach { subtitle -> | ||||||
|                     subtitleCallback( |                     subtitleCallback( | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue