mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-19 06:36:12 +00:00
Base fast sync on server time
Try to fix music video refresh to prevent cursor from moving up.
This commit is contained in:
parent
6e601b9061
commit
0f38ab9e3d
2 changed files with 8 additions and 8 deletions
|
@ -160,6 +160,7 @@ class HTTP(object):
|
|||
|
||||
else:
|
||||
try:
|
||||
self.config['server-time'] = r.headers['Date']
|
||||
elapsed = int(r.elapsed.total_seconds() * 1000)
|
||||
response = r.json()
|
||||
LOG.debug("---<[ http ][%s ms]", elapsed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue