Address comments

This commit is contained in:
Bond_009
2020-04-21 10:18:26 +02:00
parent 958681cdff
commit c430a7ed8f
4 changed files with 28 additions and 20 deletions

View File

@@ -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)