scan only counts if it was completed
This commit is contained in:
parent
8766c7ef4e
commit
ebfe7898ca
2 changed files with 2 additions and 2 deletions
|
|
@ -225,6 +225,7 @@ def run_scan():
|
|||
missing = ids - library_items
|
||||
if missing:
|
||||
logger.debug('%s items in library without a record', len(missing))
|
||||
settings.server['last_scan'] = time.mktime(time.gmtime())
|
||||
|
||||
def change_path(old, new):
|
||||
old_icons = os.path.join(old, 'Metadata', 'icons.db')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue