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 a9153c6 commit e030b35Copy full SHA for e030b35
1 file changed
app/src/main/java/org/schabi/newpipe/player/playqueue/PlayQueue.java
@@ -294,8 +294,8 @@ public synchronized void append(@NonNull final List<PlayQueueItem> items) {
294
/**
295
* Add the given item after the current stream.
296
*
297
- * @param item item to add.
298
- * @param skipIfSame if set, skip adding if the next stream is the same stream.
+ * @param item item to add
+ * @param skipIfSame if set, skip adding if the next stream is the same stream
299
*/
300
public void enqueueNext(@NonNull final PlayQueueItem item, final boolean skipIfSame) {
301
final int currentIndex = getIndex();
0 commit comments