Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Andrew Mahone 2019-11-07 12:00:47 -05:00 committed by GitHub
parent 1eb3df1d6c
commit 3a9bf84e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,7 +233,6 @@ namespace MediaBrowser.MediaEncoding.Attachments
{
_logger.LogError(ex, "Error deleting extracted attachment {Path}", outputPath);
}
}
else if (!File.Exists(outputPath))
{