Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8709)

This commit is contained in:
Bond-009
2022-12-05 13:54:28 +01:00
committed by GitHub
parent bf3ff15843
commit 210a4921f2
18 changed files with 29 additions and 31 deletions

View File

@@ -38,7 +38,7 @@ namespace MediaBrowser.Controller.MediaEncoding
Version EncoderVersion { get; }
/// <summary>
/// Whether p key pausing is supported.
/// Gets a value indicating whether p key pausing is supported.
/// </summary>
/// <value><c>true</c> if p key pausing is supported, <c>false</c> otherwise.</value>
bool IsPkeyPauseSupported { get; }