浏览代码

Fix build

cvium 3 年之前
父节点
当前提交
91292b8ea5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Naming/Video/VideoListResolver.cs

+ 1 - 1
Emby.Naming/Video/VideoListResolver.cs

@@ -16,7 +16,7 @@ namespace Emby.Naming.Video
         /// <summary>
         /// Resolves alternative versions and extras from list of video files.
         /// </summary>
-        /// <param name="files">List of related video files.</param>
+        /// <param name="videoInfos">List of related video files.</param>
         /// <param name="namingOptions">The naming options.</param>
         /// <param name="supportMultiVersion">Indication we should consider multi-versions of content.</param>
         /// <param name="parseName">Whether to parse the name or use the filename.</param>