We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d852a7e commit afdf700Copy full SHA for afdf700
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -133,6 +133,10 @@
133
import io.reactivex.rxjava3.disposables.Disposable;
134
import io.reactivex.rxjava3.disposables.SerialDisposable;
135
136
+/**
137
+ * The ExoPlayer wrapper & Player business logic.
138
+ * Only instantiated once, from {@link PlayerService}.
139
+ */
140
public final class Player implements PlaybackListener, Listener {
141
public static final boolean DEBUG = MainActivity.DEBUG;
142
public static final String TAG = Player.class.getSimpleName();
0 commit comments