fix plugin downloads trash can

This commit is contained in:
firelight 2024-01-14 01:06:06 +01:00 committed by GitHub
parent 93dce8682e
commit 9f1b172f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ class PluginsViewModel : ViewModel() {
PluginManager.downloadPlugin(
activity,
metadata.url,
metadata.name,
metadata.internalName,
repo,
isEnabled
) to message
@ -257,4 +257,4 @@ class PluginsViewModel : ViewModel() {
false to downloadedPlugins.filterTvTypes().filterLang().sortByQuery(currentQuery)
)
}
}
}