Theme Viewer + Theme Updater (#2952)

This commit is contained in:
Joe Milazzo
2024-05-13 17:00:13 -05:00
committed by GitHub
parent 24302d4fcc
commit 38e7c1c131
35 changed files with 4563 additions and 284 deletions
+2
View File
@@ -391,4 +391,6 @@ public class UploadController : BaseApiController
return BadRequest(await _localizationService.Translate(User.GetUserId(), "reset-chapter-lock"));
}
}