We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cfa52 commit 7a73c8bCopy full SHA for 7a73c8b
app/src/main/java/eu/kanade/tachiyomi/data/download/anime/AnimeDownloadCache.kt
@@ -95,7 +95,7 @@ class AnimeDownloadCache(
95
.stateIn(scope, SharingStarted.WhileSubscribed(), false)
96
97
private val diskCacheFile: File
98
- get() = File(context.cacheDir, "dl_index_cache_v3")
+ get() = File(context.cacheDir, "dl_anime_index_cache_v3")
99
100
private val rootDownloadsDirMutex = Mutex()
101
private var rootDownloadsDir = RootDirectory(storageManager.getDownloadsDirectory())
0 commit comments