resolve AVG false positives

This commit is contained in:
Luke Pulverenti
2015-04-14 23:41:29 -04:00
parent 639d8d360f
commit b576ac12dd
16 changed files with 55 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Patterns.IO;
using Interfaces.IO;
namespace MediaBrowser.Server.Implementations.Sync
{