diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-12 23:39:22 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-12 23:39:22 -0400 |
| commit | e98665a0917f93eba79970de44c68c9a88b78bb8 (patch) | |
| tree | 8f2b8dd86a363b58fc47610c9565650a3587309c /MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs | |
| parent | f8f17efd54426067e8e5f7624ad1549125229426 (diff) | |
added ffmpeg downloading for mono
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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<KeyValuePair<Guid, List<string>>> changes, CancellationToken cancellationToken) + private async Task SendNotifications(IEnumerable<KeyValuePair<Guid, List<string>>> changes, CancellationToken cancellationToken) { foreach (var pair in changes) { |
