Update app/src/main/java/org/schabi/newpipe/settings/tabs/Tab.java
This commit is contained in:
parent
543440e38d
commit
a2fd5ae20c
|
@ -606,11 +606,6 @@ public abstract class Tab {
|
||||||
|
|
||||||
final PlaylistTab other = (PlaylistTab) obj;
|
final PlaylistTab other = (PlaylistTab) obj;
|
||||||
|
|
||||||
if (!(super.equals(obj))) {
|
|
||||||
// Base objects are different
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return super.equals(obj)
|
return super.equals(obj)
|
||||||
&& playlistServiceId == other.playlistServiceId // Remote
|
&& playlistServiceId == other.playlistServiceId // Remote
|
||||||
&& playlistId == other.playlistId // Local
|
&& playlistId == other.playlistId // Local
|
||||||
|
|
Loading…
Reference in New Issue