This commit is contained in:
Aria Moradi
2021-08-21 06:13:35 +04:30
parent 978ccfeeba
commit 1e094a467a

View File

@@ -134,7 +134,7 @@ object BackupController {
} }
/** Reports missing sources and trackers, expects a Tachiyomi protobuf backup in the body */ /** Reports missing sources and trackers, expects a Tachiyomi protobuf backup in the body */
fun protobufValidate(ctx: Context) { // TODO fun protobufValidate(ctx: Context) {
ctx.json( ctx.json(
JavalinSetup.future { JavalinSetup.future {
ProtoBackupValidator.validate(ctx.bodyAsInputStream()) ProtoBackupValidator.validate(ctx.bodyAsInputStream())