Change extension update error file name (#253)

(cherry picked from commit cf33f250ccfe4e1dde92b8942a5f282827d50fb7)
This commit is contained in:
Jishnu M 2024-01-28 20:02:23 +05:30 committed by Jobobby04
parent 67196fb7b6
commit dc7cd5b3c8

View File

@ -663,7 +663,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("mihon_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: