sspiff / lms-plugin-pyrrha

Pyrrha - Daughter of Pandora
GNU General Public License v2.0
13 stars 4 forks source link

bad sync time delta calculation #42

Open sspiff opened 1 month ago

sspiff commented 1 month ago

The time delta is calculated incorrectly at https://github.com/sspiff/lms-plugin-pyrrha/blob/d749215500a478ed5a497ae6214b1460334f121d/plugin/lib/WebService/Pandora.pm#L93

because we add our current time to this delta for each request. The order of the operands should be switched here (subtract our time from the service's time).