mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-10 14:55:59 +00:00
Fix Sonar warning
This commit is contained in:
@@ -529,7 +529,7 @@ public abstract class PlayQueue implements Serializable {
|
||||
}
|
||||
|
||||
public boolean equalStreamsAndIndex(@Nullable final PlayQueue other) {
|
||||
return equals(other) && other.getIndex() == getIndex();
|
||||
return equals(other) && other.getIndex() == getIndex(); //NOSONAR: other is not null
|
||||
}
|
||||
|
||||
public boolean isDisposed() {
|
||||
|
Reference in New Issue
Block a user