Quote:
Originally Posted by capink
Can someone help by pointing out what code to change to prevent this behavior, for modifying custom columns or editing tags. I have some basic python knowledge and tried to search for it myself with no success.
|
You want "src\calibre\db\cache.py", line 1946. I change this from:
to
Code:
if changed and False:
I have been doing that for a while with no ill effects.