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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user