exclude OH uploader on NSClient flavor

This commit is contained in:
Geoffrey Hansen 2020-09-02 15:48:17 +02:00
parent 2c2e01dee6
commit e69966ad47

View file

@ -335,7 +335,7 @@ abstract class PluginsModule {
abstract fun bindRandomBgPlugin(plugin: RandomBgPlugin): PluginBase
@Binds
@APS
@NotNSClient
@IntoMap
@IntKey(480)
abstract fun bindOpenHumansPlugin(plugin: OpenHumansUploader): PluginBase