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 882b235 commit 441c68eCopy full SHA for 441c68e
1 file changed
app/src/main/java/org/schabi/newpipe/player/playqueue/PlayQueue.java
@@ -509,6 +509,11 @@ public boolean equals(@Nullable final Object obj) {
509
return streams.equals(other.streams);
510
}
511
512
+ @Override
513
+ public int hashCode() {
514
+ return streams.hashCode();
515
+ }
516
+
517
public boolean isDisposed() {
518
return disposed;
519
0 commit comments