Skip to content
Snippets Groups Projects
Commit 14426bf0 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Remove redundant player update

parent 5a81f1d2
No related branches found
Tags 3.0.0-rc4
No related merge requests found
......@@ -626,7 +626,6 @@ public class PlaybackService extends Service implements IVLCVout.Callback {
break;
case MediaPlayer.Event.EndReached:
Log.i(TAG, "MediaPlayer.Event.EndReached");
executeUpdate();
executeUpdateProgress();
determinePrevAndNextIndices(true);
next();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment