diff --git a/download_strategies.go b/download_strategies.go index e0e79814..a21321b2 100644 --- a/download_strategies.go +++ b/download_strategies.go @@ -217,7 +217,7 @@ func (me *requestFiller) priorities() bool { } // Fill requests, with all contextual information available in the receiver. -func (me requestFiller) Run() { +func (me *requestFiller) Run() { if !me.priorities() { return }