aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/Video/CleanStringParser.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-12-06 20:40:06 +0100
committerBond_009 <bond.009@outlook.com>2019-12-06 20:41:39 +0100
commit35151553e3fc9ddbe352744af8d832b1337491c8 (patch)
tree838ffd80045fcd5b4c5335b0a88d7a2a7373a5bc /Emby.Naming/Video/CleanStringParser.cs
parent935525e77a18061195dea786be71d38fffe82a10 (diff)
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 02b90310d..e2da121db 100644
--- a/Emby.Naming/Video/CleanStringParser.cs
+++ b/Emby.Naming/Video/CleanStringParser.cs
@@ -4,7 +4,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
{