changerecorderjournal: Fix loading tags
In loadTags, we read cnt from the QDataStream, so we don't need to read it in loadItemNotification. Worse reading it in loadItemNotification will break the loadTags method as cnt will then be incorrect (e.g. 400 000 000) and will take a very long time to complete and hog the CPU.