mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-24 07:15:20 -07:00
Update src/NzbDrone.Core/MediaFiles/AudioTagService.cs
Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
parent
885d9903cf
commit
8f08f2b79e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||||
if (cover != null)
|
if (cover != null)
|
||||||
{
|
{
|
||||||
imageFile = _mediaCoverService.GetCoverPath(album.Id, MediaCoverEntity.Album, cover.CoverType, cover.Extension, 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);
|
var fileInfo = _diskProvider.GetFileInfo(imageFile);
|
||||||
if (fileInfo.Exists)
|
if (fileInfo.Exists)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue