diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-04-21 10:18:26 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-04-21 10:18:26 +0200 |
| commit | c430a7ed8faa40788c32b89852310981b7c1cf83 (patch) | |
| tree | 4622517191f8e074cd61c6d0a2810dbbdd89007f /Emby.Server.Implementations/Library/PathExtensions.cs | |
| parent | 958681cdffddc7ea24d92d126badb3372cfa5d41 (diff) | |
Address comments
Diffstat (limited to 'Emby.Server.Implementations/Library/PathExtensions.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/PathExtensions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/PathExtensions.cs b/Emby.Server.Implementations/Library/PathExtensions.cs index b74cad067..06ff3e611 100644 --- a/Emby.Server.Implementations/Library/PathExtensions.cs +++ b/Emby.Server.Implementations/Library/PathExtensions.cs @@ -16,7 +16,7 @@ namespace Emby.Server.Implementations.Library /// <param name="str">The STR.</param> /// <param name="attribute">The attrib.</param> /// <returns>System.String.</returns> - /// <exception cref="ArgumentException"><c>str</c> or <c>attribute</c> is empty.</exception> + /// <exception cref="ArgumentException"><paramref name="str" /> or <paramref name="attribute" /> is empty.</exception> public static string? GetAttributeValue(this string str, string attribute) { if (str.Length == 0) |
