修改frame
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user