Remove comments about JSON error handling
Removed comments explaining error handling for malformed JSON during backup.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user