浏览代码

Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

String -> string

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

Andrew Mahone 5 年之前
父节点
当前提交
492bbc9e13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

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

@@ -251,7 +251,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
 
         private string GetAttachmentCachePath(string mediaPath, MediaProtocol protocol, int attachmentStreamIndex)
         {
-            String filename;
+            string filename;
             if (protocol == MediaProtocol.File)
             {
                 var date = _fileSystem.GetLastWriteTimeUtc(mediaPath);