mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Adjusted reparse additions to new branch changes
This commit is contained in:
parent
e9189b8903
commit
a8f8d86ec1
@ -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"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user