修改frame

This commit is contained in:
2022-12-08 13:37:33 +08:00
parent 4bdd1d28d9
commit d5645f2f59
3 changed files with 4 additions and 8 deletions
@@ -247,7 +247,7 @@ namespace IRaCIS.Core.Application.Services
for (int i = 1; i <= u.NumberOfFrames; i++)
{
pathList.Add(u.Path + "?NumberOfFrames=" + i);
pathList.Add(u.Path + "?frame=" + i);
}
return pathList;
}
@@ -380,7 +380,7 @@ namespace IRaCIS.Core.Application.Services
for (int i = 1; i <= u.NumberOfFrames; i++)
{
pathList.Add(u.Path + "?NumberOfFrames=" + i);
pathList.Add(u.Path + "?frame=" + i);
}
return pathList;
}