diff options
| author | crobibero <cody@robibe.ro> | 2020-03-25 10:53:03 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-03-25 10:53:03 -0600 |
| commit | cb68fbeb0aed75031e07115da229a3888cb8787f (patch) | |
| tree | a274274c874f96b9e6c6b359504ddebfdbf02e3a /Emby.Naming/Video/CleanStringParser.cs | |
| parent | 37ff36226bbd4c942b87e1bf1d47682b78098868 (diff) | |
Fix warnings in Emby.Naming
Diffstat (limited to 'Emby.Naming/Video/CleanStringParser.cs')
| -rw-r--r-- | Emby.Naming/Video/CleanStringParser.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/Video/CleanStringParser.cs b/Emby.Naming/Video/CleanStringParser.cs index 3f584d584..225efc3ac 100644 --- a/Emby.Naming/Video/CleanStringParser.cs +++ b/Emby.Naming/Video/CleanStringParser.cs @@ -8,7 +8,7 @@ using System.Text.RegularExpressions; namespace Emby.Naming.Video { /// <summary> - /// <see href="http://kodi.wiki/view/Advancedsettings.xml#video" />. + /// <see href="http://kodi.wiki/view/Advancedsettings.xml#video" />. /// </summary> public static class CleanStringParser { |
