mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Fixed syncing for manual scrobbling
This commit is contained in:
parent
580350c1d6
commit
748964c8ef
@ -638,7 +638,6 @@ def pseudo_post_scrobble(**keys):
|
|||||||
|
|
||||||
trackdict = createScrobble(artists,title,time)
|
trackdict = createScrobble(artists,title,time)
|
||||||
|
|
||||||
if (time - lastsync) > 3600:
|
|
||||||
sync()
|
sync()
|
||||||
|
|
||||||
|
|
||||||
@ -668,8 +667,6 @@ def post_scrobble(**keys):
|
|||||||
|
|
||||||
trackdict = createScrobble(artists,title,time)
|
trackdict = createScrobble(artists,title,time)
|
||||||
|
|
||||||
#if (time - lastsync) > 3600:
|
|
||||||
# sync()
|
|
||||||
sync()
|
sync()
|
||||||
#always sync, one filesystem access every three minutes shouldn't matter
|
#always sync, one filesystem access every three minutes shouldn't matter
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user