So it needs some work but it found this:

diff -r j6901/org/jempeg/nodestore/FileInfoDatabaseChange.java j70/org/jempeg/nodestore/FileInfoDatabaseChange.java
65,66c65,71
< _synchronizeClient.synchronizeTags(node, _protocolClient);
< node.setDirty(false);
---
> if (node instanceof FIDPlaylist)
> PlaylistMembersDatabaseChange.synchronizePlaylistTags
> (this, _synchronizeClient, _protocolClient);
> else {
> _synchronizeClient.synchronizeTags(node, _protocolClient);
> node.setDirty(false);
> }
_________________________
LittleBlueThing Running twin 30's