diff options
| author | cvium <clausvium@gmail.com> | 2021-12-20 12:34:16 +0100 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-12-20 12:34:16 +0100 |
| commit | 91292b8ea533b01825cedca7b039c9943f55f2eb (patch) | |
| tree | 366135fd304c785a4afb4b36f952256935600dba | |
| parent | 83a94aa612f2451acc1e9ce7fcfc5c88b7989396 (diff) | |
Fix build
| -rw-r--r-- | Emby.Naming/Video/VideoListResolver.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/Video/VideoListResolver.cs b/Emby.Naming/Video/VideoListResolver.cs index 309b18b53..4fc849256 100644 --- a/Emby.Naming/Video/VideoListResolver.cs +++ b/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> |
