Update src/NzbDrone.Core/MediaFiles/AudioTagService.cs

Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
Qstick 2024-02-04 14:25:23 -06:00 committed by GitHub
parent 885d9903cf
commit 8f08f2b79e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ namespace NzbDrone.Core.MediaFiles
if (cover != null)
{
imageFile = _mediaCoverService.GetCoverPath(album.Id, MediaCoverEntity.Album, cover.CoverType, cover.Extension, null);
_logger.Trace($"Embedding: {imageFile}");
_logger.Trace("Embedding: {0}", imageFile);
var fileInfo = _diskProvider.GetFileInfo(imageFile);
if (fileInfo.Exists)
{