Index: /trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java	(revision 13266)
+++ /trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java	(revision 13267)
@@ -514,4 +514,5 @@
                 Objects.equals(this.id, other.id) &&
                 Objects.equals(this.url, other.url) &&
+                Objects.equals(this.dirtyMode, other.dirtyMode) &&
                 Objects.equals(this.bestMarked, other.bestMarked) &&
                 Objects.equals(this.isGeoreferenceValid, other.isGeoreferenceValid) &&
