mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Small improvements
This commit is contained in:
parent
40c0edb06f
commit
387c40d18c
@ -135,6 +135,7 @@ def incoming_scrobble(rawscrobble,fix=True,client=None,api=None,dbconn=None):
|
||||
|
||||
@waitfordb
|
||||
def remove_scrobble(timestamp):
|
||||
log(f"Deleting Scrobble {timestamp}")
|
||||
result = sqldb.delete_scrobble(timestamp)
|
||||
dbcache.invalidate_caches(timestamp)
|
||||
|
||||
|
@ -21,10 +21,12 @@
|
||||
['setup','Server Setup'],
|
||||
['settings','Settings'],
|
||||
['apikeys','API Keys'],
|
||||
['manual','Manual Scrobbling'],
|
||||
['issues','Database Maintenance']
|
||||
['manual','Manual Scrobbling']
|
||||
|
||||
] %}
|
||||
{# ['import','Scrobble Import'] hide page for now #}
|
||||
{# ['import','Scrobble Import'],
|
||||
['issues','Database Maintenance']
|
||||
hide for now #}
|
||||
{% if page=='admin_' + tab_url %}
|
||||
<span style="opacity:0.5;">{{ tab_name }}</span>
|
||||
{% else %}
|
||||
|
Loading…
Reference in New Issue
Block a user