1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Update app/src/main/java/org/schabi/newpipe/settings/tabs/Tab.java

This commit is contained in:
Stypox 2021-06-08 14:45:00 +02:00 committed by GitHub
parent 543440e38d
commit a2fd5ae20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -606,11 +606,6 @@ public abstract class Tab {
final PlaylistTab other = (PlaylistTab) obj;
if (!(super.equals(obj))) {
// Base objects are different
return false;
}
return super.equals(obj)
&& playlistServiceId == other.playlistServiceId // Remote
&& playlistId == other.playlistId // Local