XBMC: Only scan the new movie folder

This commit is contained in:
mano3m
2013-07-14 02:19:35 +02:00
parent 4ec32a6403
commit 4ebbc1a01d

View File

@@ -34,7 +34,7 @@ class XBMC(Notification):
]
if not self.conf('only_first') or hosts.index(host) == 0:
calls.append(('VideoLibrary.Scan', {}))
calls.append(('VideoLibrary.Scan', {'directory': data.get('destination_dir', None)}))
max_successful += len(calls)
response = self.request(host, calls)