瀏覽代碼

Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

formatting

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

Andrew Mahone 5 年之前
父節點
當前提交
349310787c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

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

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