1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed syncing for manual scrobbling

This commit is contained in:
Krateng 2019-10-24 15:46:38 +02:00
parent 580350c1d6
commit 748964c8ef

View File

@ -638,8 +638,7 @@ def pseudo_post_scrobble(**keys):
trackdict = createScrobble(artists,title,time)
if (time - lastsync) > 3600:
sync()
sync()
@ -668,8 +667,6 @@ def post_scrobble(**keys):
trackdict = createScrobble(artists,title,time)
#if (time - lastsync) > 3600:
# sync()
sync()
#always sync, one filesystem access every three minutes shouldn't matter