fix search index warning
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user