aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IO/FileData.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-09-29 09:18:52 +0200
committerGitHub <noreply@github.com>2020-09-29 09:18:52 +0200
commit7775066475c14627fb635a2475f4378e4b0c1782 (patch)
tree16b599670ad0c23ba181c09ce7b198549b946bf2 /MediaBrowser.Controller/IO/FileData.cs
parent6cafc152b9403f7870003b0e1a7c85ce74910162 (diff)
parent53d5f64e037c13c295d82fcb98b91ef2de8fc842 (diff)
Merge pull request #4236 from ConfusedPolarBear/warnings1
Fix some warnings
Diffstat (limited to 'MediaBrowser.Controller/IO/FileData.cs')
-rw-r--r--MediaBrowser.Controller/IO/FileData.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IO/FileData.cs b/MediaBrowser.Controller/IO/FileData.cs
index 9bc4cac39..3db60ae0b 100644
--- a/MediaBrowser.Controller/IO/FileData.cs
+++ b/MediaBrowser.Controller/IO/FileData.cs
@@ -111,5 +111,4 @@ namespace MediaBrowser.Controller.IO
return returnResult;
}
}
-
}