Skip to content

Commit

Permalink
change interval between 'sync' current position from 3 to 1;
Browse files Browse the repository at this point in the history
  • Loading branch information
bigretromike committed Sep 26, 2018
1 parent 7a0295a commit dc4b53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nakamoriplayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def update_sync(self):
if nt.addon.getSetting("syncwatched") == "true" and self.getTime() > 10:
self.Metadata['shoko:current'] = self.getTime()
nt.sync_offset(self.Metadata.get('shoko:fileid'), self.Metadata.get('shoko:current'))
time.sleep(3)
time.sleep(1)
except:
pass # while buffering
else:
Expand Down

0 comments on commit dc4b53c

Please sign in to comment.