x
This commit is contained in:
@@ -61,7 +61,7 @@ namespace IRaCIS.Core.Application.Services
|
||||
|
||||
for (int i = 1; i <= u.NumberOfFrames; i++)
|
||||
{
|
||||
pathList.Add(u.Path+ "?frame=" + i);
|
||||
pathList.Add(u.Path+ "?frame=" + (i - 1));
|
||||
}
|
||||
return pathList;
|
||||
}
|
||||
|
||||
@@ -247,7 +247,7 @@ namespace IRaCIS.Core.Application.Services
|
||||
|
||||
for (int i = 1; i <= u.NumberOfFrames; i++)
|
||||
{
|
||||
pathList.Add(u.Path + "?frame=" + i);
|
||||
pathList.Add(u.Path + "?frame=" + (i - 1));
|
||||
}
|
||||
return pathList;
|
||||
}
|
||||
@@ -380,7 +380,7 @@ namespace IRaCIS.Core.Application.Services
|
||||
|
||||
for (int i = 1; i <= u.NumberOfFrames; i++)
|
||||
{
|
||||
pathList.Add(u.Path + "?frame=" + i);
|
||||
pathList.Add(u.Path + "?frame=" + (i - 1));
|
||||
}
|
||||
return pathList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user