Skip to content

Commit

Permalink
stop incrementing frames on report loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed Sep 10, 2023
1 parent c95fec0 commit f9322eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/FileInformation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,6 @@ FileInformation::FileInformation (SignalServer* signalServer, const QString &Fil
if(frame.stream().index() == 0) {
m_thumbnails_frames.push_back(frame);

++Frames_Pos;
} else {
int index = frame.stream().index();

Expand Down

0 comments on commit f9322eb

Please sign in to comment.