mirror of
				https://github.com/recloudstream/cloudstream.git
				synced 2024-08-15 01:53:11 +00:00 
			
		
		
		
	
							parent
							
								
									99d6aef993
								
							
						
					
					
						commit
						aa3ece66a9
					
				
					 1 changed files with 22 additions and 20 deletions
				
			
		|  | @ -452,6 +452,28 @@ class MainActivity : AppCompatActivity(), ColorPickerDialogListener { | |||
|             } | ||||
| 
 | ||||
|             PluginManager.loadAllLocalPlugins(this@MainActivity) | ||||
| 
 | ||||
|             // Load cloned sites after plugins have been loaded since clones depend on plugins. | ||||
|             try { | ||||
|                 getKey<Array<SettingsGeneral.CustomSite>>(USER_PROVIDER_API)?.let { list -> | ||||
|                     list.forEach { custom -> | ||||
|                         allProviders.firstOrNull { it.javaClass.simpleName == custom.parentJavaClass } | ||||
|                             ?.let { | ||||
|                                 allProviders.add(it.javaClass.newInstance().apply { | ||||
|                                     name = custom.name | ||||
|                                     lang = custom.lang | ||||
|                                     mainUrl = custom.url.trimEnd('/') | ||||
|                                     canBeOverridden = false | ||||
|                                 }) | ||||
|                             } | ||||
|                     } | ||||
|                 } | ||||
|                 apis = allProviders.distinctBy { it } | ||||
|                 APIHolder.apiMap = null | ||||
|             } catch (e: Exception) { | ||||
|                 logError(e) | ||||
|             } | ||||
| 
 | ||||
|             afterPluginsLoadedEvent.invoke(true) | ||||
|         } | ||||
| 
 | ||||
|  | @ -488,26 +510,6 @@ class MainActivity : AppCompatActivity(), ColorPickerDialogListener { | |||
|             initAll() | ||||
|             // No duplicates (which can happen by registerMainAPI) | ||||
|             apis = allProviders.distinctBy { it } | ||||
| 
 | ||||
|             try { | ||||
|                 getKey<Array<SettingsGeneral.CustomSite>>(USER_PROVIDER_API)?.let { list -> | ||||
|                     list.forEach { custom -> | ||||
|                         allProviders.firstOrNull { it.javaClass.simpleName == custom.parentJavaClass } | ||||
|                             ?.let { | ||||
|                                 allProviders.add(it.javaClass.newInstance().apply { | ||||
|                                     name = custom.name | ||||
|                                     lang = custom.lang | ||||
|                                     mainUrl = custom.url.trimEnd('/') | ||||
|                                     canBeOverridden = false | ||||
|                                 }) | ||||
|                             } | ||||
|                     } | ||||
|                 } | ||||
|                 apis = allProviders.distinctBy { it } | ||||
|                 APIHolder.apiMap = null | ||||
|             } catch (e: Exception) { | ||||
|                 logError(e) | ||||
|             } | ||||
|         } | ||||
| 
 | ||||
|         //  val navView: BottomNavigationView = findViewById(R.id.nav_view) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue