fix: downloading in multi-pages
fix: cannot export video in some place
This commit is contained in:
@@ -382,7 +382,7 @@ namespace Pixiview.Illust
|
||||
}
|
||||
|
||||
var item = items[index];
|
||||
if (index > 0)
|
||||
if (index > 0 && !force)
|
||||
{
|
||||
if (item.Loading || item.Image != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user