diff options
| author | telans <telans@protonmail.com> | 2020-06-14 21:11:11 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-15 10:41:00 +1200 |
| commit | acd4389653faff01a9c5266d06979d4c20c7d5f5 (patch) | |
| tree | 1fc3ae4ed71a1afb5607138aaaa79209c15bb775 /MediaBrowser.Controller/IO/FileData.cs | |
| parent | 726e116d5bb0038edfdaa7f1672fa22df499964b (diff) | |
fix SA1005
Diffstat (limited to 'MediaBrowser.Controller/IO/FileData.cs')
| -rw-r--r-- | MediaBrowser.Controller/IO/FileData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IO/FileData.cs b/MediaBrowser.Controller/IO/FileData.cs index 666a3f76b..848e4fb16 100644 --- a/MediaBrowser.Controller/IO/FileData.cs +++ b/MediaBrowser.Controller/IO/FileData.cs @@ -77,7 +77,7 @@ namespace MediaBrowser.Controller.IO if (string.IsNullOrEmpty(newPath)) { - //invalid shortcut - could be old or target could just be unavailable + // invalid shortcut - could be old or target could just be unavailable logger.LogWarning("Encountered invalid shortcut: " + fullName); continue; } |
