1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prowlarr_ynh.git synced 2024-09-03 20:16:07 +02:00

UpdateMechanism back to BuiltIn, blocking it does not work

This commit is contained in:
tituspijean 2022-01-20 00:15:38 +01:00
parent b33270b7b9
commit 447763d5e7
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -7,6 +7,6 @@
<BindAddress>127.0.0.1</BindAddress>
<ApiKey>__API_KEY__</ApiKey>
<AuthenticationMethod>None</AuthenticationMethod>
<UpdateMechanism>External</UpdateMechanism>
<UpdateMechanism>BuiltIn</UpdateMechanism>
<Branch>develop</Branch>
</Config>