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 775fbc9 commit e8eeac6Copy full SHA for e8eeac6
1 file changed
app/src/main/java/org/schabi/newpipe/player/playqueue/PlayQueue.java
@@ -196,8 +196,6 @@ public PlayQueueItem getItem(final int index) {
196
* @return the index of the given item
197
*/
198
public int indexOf(@NonNull final PlayQueueItem item) {
199
- // referential equality, can't think of a better way to do this
200
- // todo: better than this
201
return streams.indexOf(item);
202
}
203
0 commit comments