Merge pull request #2384 from Bond-009/warn16

Fix some warnings in Emby.Server.Implementations
This commit is contained in:
dkanada
2020-02-23 21:46:15 +09:00
committed by GitHub
33 changed files with 187 additions and 132 deletions

View File

@@ -1,3 +1,6 @@
#pragma warning disable CS1591
#pragma warning disable SA1600
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;