remove unneeded delay

Origin commit data
------------------
Branch: ni/coolstream
Commit: cf60e9ea8a
Author: TangoCash <eric@loxat.de>
Date: 2021-11-05 (Fri, 05 Nov 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2021-11-05 11:25:19 +01:00
committed by vanhofen
parent 0051138e44
commit 1cb0379f76

View File

@@ -1674,7 +1674,6 @@ void CMoviePlayerGui::PlayFileLoop(void)
updateLcd(show_playtime);
}
if (first_start) {
usleep(80000);
callInfoViewer();
first_start = false;
}