Skip to content

Commit afdf700

Browse files
committed
Player: small class comment
1 parent d852a7e commit afdf700

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/Player.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
import io.reactivex.rxjava3.disposables.Disposable;
134134
import io.reactivex.rxjava3.disposables.SerialDisposable;
135135

136+
/**
137+
* The ExoPlayer wrapper & Player business logic.
138+
* Only instantiated once, from {@link PlayerService}.
139+
*/
136140
public final class Player implements PlaybackListener, Listener {
137141
public static final boolean DEBUG = MainActivity.DEBUG;
138142
public static final String TAG = Player.class.getSimpleName();

0 commit comments

Comments
 (0)