parent
aa83776a8b
commit
2bddec60db
1 changed files with 4 additions and 0 deletions
|
@ -1390,6 +1390,10 @@ class LibrarySync(Thread):
|
||||||
resume = item.get('viewOffset') / 1000
|
resume = item.get('viewOffset') / 1000
|
||||||
else:
|
else:
|
||||||
resume = item.get('viewOffset')
|
resume = item.get('viewOffset')
|
||||||
|
if resume >= v.MARK_PLAYED_AT and status not in ('stopped', 'ended'):
|
||||||
|
# We need to drop these as we'll otherwise NOT mark an item as
|
||||||
|
# completely watched after having seen >90%
|
||||||
|
continue
|
||||||
# Append to list that we need to process
|
# Append to list that we need to process
|
||||||
items.append({
|
items.append({
|
||||||
'ratingKey': ratingKey,
|
'ratingKey': ratingKey,
|
||||||
|
|
Loading…
Add table
Reference in a new issue