Răsfoiți Sursa

Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>

Andrew Mahone 5 ani în urmă
părinte
comite
349310787c

+ 1 - 0
MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

@@ -59,6 +59,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
             {
                 throw new ArgumentNullException(nameof(item));
             }
+
             if (string.IsNullOrWhiteSpace(mediaSourceId))
             {
                 throw new ArgumentNullException(nameof(mediaSourceId));