aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/Video/CleanStringParser.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-01-11 02:11:13 +0300
committerGitHub <noreply@github.com>2020-01-11 02:11:13 +0300
commitdd7feacd342ce9e2a614fb932ae914c736bfc045 (patch)
tree53ae6c7316341fc1256baac7b3f6b717c8779818 /Emby.Naming/Video/CleanStringParser.cs
parentaca4d678a2a6aa46b57837d3a6c1bc9d4c537d7b (diff)
parentb50c4938e19eaa4508dd9192bc63c3788c2fa3eb (diff)
Merge pull request #2105 from Bond-009/namingtests
Add back all old emby tests
Diffstat (limited to 'Emby.Naming/Video/CleanStringParser.cs')
-rw-r--r--Emby.Naming/Video/CleanStringParser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/Video/CleanStringParser.cs b/Emby.Naming/Video/CleanStringParser.cs
index be028c662..fcd4b65c7 100644
--- a/Emby.Naming/Video/CleanStringParser.cs
+++ b/Emby.Naming/Video/CleanStringParser.cs
@@ -7,7 +7,7 @@ using System.Text.RegularExpressions;
namespace Emby.Naming.Video
{
/// <summary>
- /// http://kodi.wiki/view/Advancedsettings.xml#video
+ /// <see href="http://kodi.wiki/view/Advancedsettings.xml#video" />.
/// </summary>
public class CleanStringParser
{