Disable artist image downloading on fdroid flavor by default

This commit is contained in:
Prathamesh More 2022-06-24 11:34:04 +05:30
parent 01c5c10def
commit 778025e989
5 changed files with 9 additions and 7 deletions

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="download_policy">never</string>
</resources>