From e98665a0917f93eba79970de44c68c9a88b78bb8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 12 Oct 2013 23:39:22 -0400 Subject: added ffmpeg downloading for mono --- .../EntryPoints/UserDataChangeNotifier.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs') diff --git a/MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs b/MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs index c3766b9fe..c495e424b 100644 --- a/MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs +++ b/MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs @@ -88,7 +88,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints } } - private async Task SendNotifications(List>> changes, CancellationToken cancellationToken) + private async Task SendNotifications(IEnumerable>> changes, CancellationToken cancellationToken) { foreach (var pair in changes) { -- cgit v1.2.3