fix search index warning

This commit is contained in:
Jason Dove
2021-04-10 13:07:58 -05:00
parent a8db294043
commit dee264597b
@@ -416,7 +416,7 @@ namespace ErsatzTV.Infrastructure.Search
catch (Exception ex) catch (Exception ex)
{ {
metadata.Artist = null; metadata.Artist = null;
_logger.LogWarning(ex, "Error indexing show with metadata {@Metadata}", metadata); _logger.LogWarning(ex, "Error indexing artist with metadata {@Metadata}", metadata);
} }
} }
} }