mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 22:05:05 +01:00
Configure external-files-path for files provider
Maybe fixes #9660. Why do Chinese companies insist on breaking things?
This commit is contained in:
parent
235a587e42
commit
8c5496b53f
@ -4,11 +4,14 @@
|
||||
name="cache_files"
|
||||
path="." />
|
||||
<external-path
|
||||
name="ext_files"
|
||||
name="ext"
|
||||
path="." />
|
||||
<external-cache-path
|
||||
name="ext_cache_files"
|
||||
path="." />
|
||||
<external-files-path
|
||||
name="ext_files"
|
||||
path="." />
|
||||
<!--suppress AndroidElementNotAllowed -->
|
||||
<root-path
|
||||
name="ext_storage"
|
||||
|
Loading…
Reference in New Issue
Block a user