aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor.c')
-rw-r--r--src/main/extractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor.c b/src/main/extractor.c
index 2c69f3f..c91e8ab 100644
--- a/src/main/extractor.c
+++ b/src/main/extractor.c
@@ -313,7 +313,7 @@ do_extract (struct EXTRACTOR_PluginList *plugins,
313 if not, send 'seek' notification to plugins in range */ 313 if not, send 'seek' notification to plugins in range */
314 for (pos = plugins; NULL != pos; pos = pos->next) 314 for (pos = plugins; NULL != pos; pos = pos->next)
315 { 315 {
316 if (NULL == (channel = channels[plugin_count])) 316 if (NULL == (channel = pos->channel))
317 continue; 317 continue;
318 if ( (-1 != pos->seek_request) && 318 if ( (-1 != pos->seek_request) &&
319 (min_seek <= pos->seek_request) && 319 (min_seek <= pos->seek_request) &&