It was actually deduplicating on titles ... Kind of a funky problem actually. But it actually revealed a huge performance bug (to see if a playlist contains a tune already, I search by tag first, but that may have many hits, so I take wherever I land for a match and search forward and backward from that point for an FID match, but i was just checking down to 0 and up to the end, rather than continuing to watch the sorting tag -- that is, if I'm looking for a tune that is 1972 year, I search for the 1972's ... As soon as hit 1971 or 1973, I can stop searching, because I'm out of my little "bucket" of possible matches). Anyway, 68 is up ... Fixes this and removes a warning that was hanging around from trying to speed up/fix refreshing/canceling network broadcast discovery.