mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 04:06:31 +01:00
Fix Skipping
This commit is contained in:
@@ -32,7 +32,7 @@ public sealed class ImageDataArrayConverter : JsonConverter<IReadOnlyList<ImageD
|
||||
}
|
||||
|
||||
// Not an array (string error, null, object, etc.) — skip and return empty.
|
||||
reader.Skip();
|
||||
reader.TrySkip();
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user