Skip to content

Commit

Permalink
Only add successfully added downloads to the DownloadManager.
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbons committed Jul 19, 2013
1 parent 659844f commit 3433b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Model/Download.cs
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ private static void AddAsync(int[] epids)
}
}

DownloadManager.AddDownloads(epids);
DownloadManager.AddDownloads(added.ToArray());
}

private static void BumpPlayCountAsync(int epid)
Expand Down

0 comments on commit 3433b1e

Please sign in to comment.