mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix: extension activity interruption (#1005)
fixed interruption with only local plugins Co-authored-by: int3debug <gh.ditch236@passinbox.com>
This commit is contained in:
parent
2f03ca7de9
commit
9ef1f1cc41
1 changed files with 0 additions and 1 deletions
|
@ -429,7 +429,6 @@ object PluginManager {
|
||||||
**/
|
**/
|
||||||
fun loadAllLocalPlugins(context: Context, forceReload: Boolean) {
|
fun loadAllLocalPlugins(context: Context, forceReload: Boolean) {
|
||||||
val dir = File(LOCAL_PLUGINS_PATH)
|
val dir = File(LOCAL_PLUGINS_PATH)
|
||||||
removeKey(PLUGINS_KEY_LOCAL)
|
|
||||||
|
|
||||||
if (!dir.exists()) {
|
if (!dir.exists()) {
|
||||||
val res = dir.mkdirs()
|
val res = dir.mkdirs()
|
||||||
|
|
Loading…
Reference in a new issue