Skip to content

Commit e030b35

Browse files
committed
Useless commit to kick CI
1 parent a9153c6 commit e030b35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/playqueue/PlayQueue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ public synchronized void append(@NonNull final List<PlayQueueItem> items) {
294294
/**
295295
* Add the given item after the current stream.
296296
*
297-
* @param item item to add.
298-
* @param skipIfSame if set, skip adding if the next stream is the same stream.
297+
* @param item item to add
298+
* @param skipIfSame if set, skip adding if the next stream is the same stream
299299
*/
300300
public void enqueueNext(@NonNull final PlayQueueItem item, final boolean skipIfSame) {
301301
final int currentIndex = getIndex();

0 commit comments

Comments
 (0)