mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
disable disk cache instead of memory cache
This commit is contained in:
parent
7a19f00a99
commit
186962402d
@ -34,7 +34,7 @@ object ImageHelper {
|
||||
.apply {
|
||||
when (maxImageCacheSize) {
|
||||
"" -> {
|
||||
memoryCachePolicy(CachePolicy.DISABLED)
|
||||
diskCachePolicy(CachePolicy.DISABLED)
|
||||
}
|
||||
else -> diskCache(
|
||||
DiskCache.Builder()
|
||||
|
Loading…
x
Reference in New Issue
Block a user