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

Ignore 'repeat' state with a single video

parent a2998557
No related branches found
No related tags found
No related merge requests found
......@@ -1721,6 +1721,9 @@ public class VideoPlayerActivity extends AppCompatActivity implements IVLCVout.C
}
});
}
//Ignore repeat
if (mService.getRepeatType() == PlaybackService.REPEAT_ALL && mService.getMediaListSize() == 1)
exitOK();
}
private void encounteredError() {
......
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