added ffmpeg downloading for mono

This commit is contained in:
Luke Pulverenti
2013-10-12 23:39:22 -04:00
parent f8f17efd54
commit e98665a091
10 changed files with 148 additions and 62 deletions

View File

@@ -88,7 +88,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
}
}
private async Task SendNotifications(List<KeyValuePair<Guid, List<string>>> changes, CancellationToken cancellationToken)
private async Task SendNotifications(IEnumerable<KeyValuePair<Guid, List<string>>> changes, CancellationToken cancellationToken)
{
foreach (var pair in changes)
{