Private
Public Access
1
0

manual import rp3 working

This commit is contained in:
Sander Roosendaal
2021-01-27 13:30:51 +01:00
parent 5e5518e176
commit 844b984fb1
10 changed files with 161 additions and 14 deletions

View File

@@ -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