Browse Source

start download task for image views

Tobias Conradi 9 years ago
parent
commit
c72be70fc9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SharedSources/UI Elements/VLCNetworkImageView.m

+ 1 - 0
SharedSources/UI Elements/VLCNetworkImageView.m

@@ -64,6 +64,7 @@ static NSCache *sharedImageCache = nil;
                 }
             }];
         }];
+        [self.downloadTask resume];
     }
 }
 @end