mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Adjusted reparse additions to new branch changes
This commit is contained in:
@@ -680,6 +680,10 @@ def merge_artists(target_id,source_ids):
|
|||||||
|
|
||||||
@api.post("reparse_scrobble")
|
@api.post("reparse_scrobble")
|
||||||
@authenticated_function(api=True)
|
@authenticated_function(api=True)
|
||||||
|
@catch_exceptions
|
||||||
def reparse_scrobble(timestamp):
|
def reparse_scrobble(timestamp):
|
||||||
"""Internal Use Only"""
|
"""Internal Use Only"""
|
||||||
database.reparse_scrobble(timestamp)
|
result = database.reparse_scrobble(timestamp)
|
||||||
|
return {
|
||||||
|
"status":"success"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user