Change extension update error file name (#253)
This commit is contained in:
parent
00fafb6223
commit
f445263c72
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ class LibraryUpdateJob(private val context: Context, workerParams: WorkerParamet
|
|||
private fun writeErrorFile(errors: List<Pair<Manga, String?>>): File {
|
||||
try {
|
||||
if (errors.isNotEmpty()) {
|
||||
val file = context.createFileInCacheDir("tachiyomi_update_errors.txt")
|
||||
val file = context.createFileInCacheDir("komikku_update_errors.txt")
|
||||
file.bufferedWriter().use { out ->
|
||||
out.write(context.stringResource(MR.strings.library_errors_help, ERROR_LOG_HELP_URL) + "\n\n")
|
||||
// Error file format:
|
||||
|
|
|
|||
Loading…
Reference in a new issue