src/gui/movieplayer.cpp fix update duration on first call

Origin commit data
------------------
Branch: ni/coolstream
Commit: ccd63eac90
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-08 (Fri, 08 Apr 2016)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2016-04-08 15:18:53 +02:00
parent a73fed2296
commit 1ac2fbe62c

View File

@@ -1671,6 +1671,9 @@ void CMoviePlayerGui::callInfoViewer(bool init_vzap_it)
return;
}
if(duration == 0)
UpdatePosition();
if (isMovieBrowser && p_movie_info)
{
MI_MOVIE_INFO *mi;