Skip to content

Commit 7a73c8b

Browse files
authored
fix: Shared download cache (#2184)
1 parent 88cfa52 commit 7a73c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/eu/kanade/tachiyomi/data/download/anime/AnimeDownloadCache.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class AnimeDownloadCache(
9595
.stateIn(scope, SharingStarted.WhileSubscribed(), false)
9696

9797
private val diskCacheFile: File
98-
get() = File(context.cacheDir, "dl_index_cache_v3")
98+
get() = File(context.cacheDir, "dl_anime_index_cache_v3")
9999

100100
private val rootDownloadsDirMutex = Mutex()
101101
private var rootDownloadsDir = RootDirectory(storageManager.getDownloadsDirectory())

0 commit comments

Comments
 (0)