manual import rp3 working
This commit is contained in:
@@ -560,6 +560,13 @@ def do_sync(w,options, quick=False):
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
try:
|
||||
if options['rp3id'] != 0 and options['rp3id'] != '':
|
||||
w.uploadedtorp3 = options['rp3id']
|
||||
w.save()
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
if w.duplicate:
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user