mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
add unload log
This commit is contained in:
parent
1321009837
commit
8c87cd36bc
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ object PluginManager {
|
|||
}
|
||||
|
||||
private suspend fun unloadPlugin(absolutePath: String) {
|
||||
Log.i(TAG, "Unloading plugin: $absolutePath")
|
||||
var plugin = plugins.get(absolutePath)
|
||||
if (plugin == null) {
|
||||
Log.w(TAG, "Couldn't find plugin $absolutePath")
|
||||
|
|
Loading…
Reference in a new issue