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

View file

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