From 6298b1d0591cd12cb86d9e3214430bdacb3f442f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 18 Jul 2013 16:35:21 +0530 Subject: [PATCH] ... --- src/calibre/db/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/calibre/db/__init__.py b/src/calibre/db/__init__.py index 99154ad618..47ceb996ea 100644 --- a/src/calibre/db/__init__.py +++ b/src/calibre/db/__init__.py @@ -113,5 +113,7 @@ Various things that require other things before they can be migrated: 3. Port library/restore.py 4. Replace the metadatabackup thread with the new implementation when using the new backend. 5. grep the sources for TODO - 6. Check that content server reloading on metadata,db change, metadata backup, refresh gui on calibredb add all work + 6. Check that content server reloading on metadata,db change, metadata + backup, refresh gui on calibredb add and moving libraries all work (check + them on windows as well for file locking issues) '''