fix: downloading in multi-pages

fix: cannot export video in some place
This commit is contained in:
2020-05-17 01:54:03 +08:00
parent d8606f0056
commit 8f11b3d722
3 changed files with 3 additions and 1 deletions

View File

@@ -382,7 +382,7 @@ namespace Pixiview.Illust
}
var item = items[index];
if (index > 0)
if (index > 0 && !force)
{
if (item.Loading || item.Image != null)
{