This commit alters the flags for the Nexus 6P device by Huawei - it has
a working get object properties list and its regular object access is
broken with respect to the release date track field.
diff --git a/src/music-players.h b/src/music-players.h
index 51a7459..94f5591 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -2197,7 +2197,7 @@
       DEVICE_FLAGS_ANDROID_BUGS },
   { "Google Inc (for LG Electronics/Samsung)", 0x18d1,
       "Nexus 4/5/7/10 (MTP)", 0x4ee1,
-      DEVICE_FLAGS_ANDROID_BUGS },
+      (DEVICE_FLAGS_ANDROID_BUGS | DEVICE_FLAG_PROPLIST_OVERRIDES_OI) & ~DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
   { "Google Inc (for LG Electronics/Samsung)", 0x18d1,
       "Nexus 4/5/7/10 (MTP+ADB)", 0x4ee2,
       DEVICE_FLAGS_ANDROID_BUGS },