aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2019-11-07 12:00:47 -0500
committerGitHub <noreply@github.com>2019-11-07 12:00:47 -0500
commit3a9bf84e3b1b4d6c3cd1eaf979a418087ce41e0d (patch)
treecef676f0938e5de7b951f342d3289fc5d42e1d87 /MediaBrowser.MediaEncoding
parent1eb3df1d6ce21641612ce2f7ce9f25cd757a0e0d (diff)
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'MediaBrowser.MediaEncoding')
-rw-r--r--MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs b/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
index e5b82d075..0780df773 100644
--- a/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
+++ b/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
@@ -233,7 +233,6 @@ namespace MediaBrowser.MediaEncoding.Attachments
{
_logger.LogError(ex, "Error deleting extracted attachment {Path}", outputPath);
}
-
}
else if (!File.Exists(outputPath))
{