Remove comments about JSON error handling

Removed comments explaining error handling for malformed JSON during backup.
This commit is contained in:
Cody Robibero
2026-07-20 20:15:05 -04:00
committed by GitHub
parent 663a873e07
commit 0d629591ed
@@ -364,9 +364,6 @@ public class BackupService : IBackupService
{
while (true)
{
// Reading the next row can itself throw, e.g. when a column contains malformed
// JSON (see https://github.com/jellyfin/jellyfin/issues/17216). Catch that here so a single
// corrupt row is skipped, logged for manual follow-up, and does not abort the whole backup.
bool hasNext;
try
{