Arc update trigger

This commit is contained in:
Anuken
2019-09-15 17:55:33 -04:00
parent 5ba7e1d08b
commit afb47344c6
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ public class MusicControl{
}
/** Plays a music track once and only once. If something is already playing, does nothing.*/
private void playOnce(@NonNull Music music){
private void playOnce(Music music){
if(current != null || music == null) return; //do not interrupt already-playing tracks
//save last random track played to prevent duplicates