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