parent
d3577985f9
commit
5f7a11a865
|
@ -185,7 +185,7 @@ public class FeedItem extends FeedComponent implements ShownotesProvider, ImageR
|
||||||
if (other.link != null) {
|
if (other.link != null) {
|
||||||
link = other.link;
|
link = other.link;
|
||||||
}
|
}
|
||||||
if (other.pubDate != null && other.pubDate.equals(pubDate)) {
|
if (other.pubDate != null && !other.pubDate.equals(pubDate)) {
|
||||||
pubDate = other.pubDate;
|
pubDate = other.pubDate;
|
||||||
}
|
}
|
||||||
if (other.media != null) {
|
if (other.media != null) {
|
||||||
|
|
Loading…
Reference in New Issue