diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-06-05 01:17:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-05 01:17:21 -0400 |
| commit | aee33608417533c6335f97b32aff40ceadda1758 (patch) | |
| tree | 489d07d11c978ea3066407788084a60177c5baeb /Emby.Naming/Extensions/StringExtensions.cs | |
| parent | 256f44a87029577ed5daa7646c68e8a395e19708 (diff) | |
| parent | 08ac5b6ec3ce829c6691f1751e86480ace3d4b93 (diff) | |
Merge pull request #1366 from Bond-009/warn3
Fix more warnings
Diffstat (limited to 'Emby.Naming/Extensions/StringExtensions.cs')
| -rw-r--r-- | Emby.Naming/Extensions/StringExtensions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Naming/Extensions/StringExtensions.cs b/Emby.Naming/Extensions/StringExtensions.cs index 26c09aeb4..5512127a8 100644 --- a/Emby.Naming/Extensions/StringExtensions.cs +++ b/Emby.Naming/Extensions/StringExtensions.cs @@ -5,6 +5,7 @@ namespace Emby.Naming.Extensions { public static class StringExtensions { + // TODO: @bond remove this when moving to netstandard2.1 public static string Replace(this string str, string oldValue, string newValue, StringComparison comparison) { var sb = new StringBuilder(); |
