aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/BdInfo
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-08-04 16:20:52 +0200
committerBond-009 <bond.009@outlook.com>2020-08-04 16:20:52 +0200
commit18efa25a6fdcfab2326cb35bb5781138a83e9d56 (patch)
tree513b3caa23cd9530ef7ee70b9c82db776fbe288f /MediaBrowser.MediaEncoding/BdInfo
parent237cb4e383c1e88e4feff19f3c827d63d6431821 (diff)
Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding
Diffstat (limited to 'MediaBrowser.MediaEncoding/BdInfo')
-rw-r--r--MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs b/MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs
index ccfae2fa54..9108d96497 100644
--- a/MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs
+++ b/MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs
@@ -15,6 +15,10 @@ namespace MediaBrowser.MediaEncoding.BdInfo
{
private readonly IFileSystem _fileSystem;
+ /// <summary>
+ /// Initializes a new instance of the <see cref="BdInfoExaminer" /> class.
+ /// </summary>
+ /// <param name="fileSystem">The filesystem.</param>
public BdInfoExaminer(IFileSystem fileSystem)
{
_fileSystem = fileSystem;