mirror of
				https://github.com/recloudstream/cloudstream.git
				synced 2024-08-15 01:53:11 +00:00 
			
		
		
		
	bump
This commit is contained in:
		
							parent
							
								
									ada48f2a98
								
							
						
					
					
						commit
						b7b5c54c72
					
				
					 4 changed files with 11 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -132,11 +132,11 @@ object APIHolder {
 | 
			
		|||
        for (api in allProviders) {
 | 
			
		||||
            api.init()
 | 
			
		||||
        }
 | 
			
		||||
        APIHolder.apiMap = null
 | 
			
		||||
        apiMap = null
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    var apis: List<MainAPI> = arrayListOf()
 | 
			
		||||
    var apiMap: Map<String, Int>? = null
 | 
			
		||||
    private var apiMap: Map<String, Int>? = null
 | 
			
		||||
 | 
			
		||||
    private fun initMap() {
 | 
			
		||||
        if (apiMap == null)
 | 
			
		||||
| 
						 | 
				
			
			@ -352,7 +352,6 @@ abstract class MainAPI {
 | 
			
		|||
 | 
			
		||||
    fun overrideWithNewData(data: ProvidersInfoJson) {
 | 
			
		||||
        this.name = data.name
 | 
			
		||||
        this.name
 | 
			
		||||
        this.mainUrl = data.url
 | 
			
		||||
        this.storedCredentials = data.credentials
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue