1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added basic filter to reject wrong scrobbles

This commit is contained in:
Krateng
2019-08-30 15:57:54 +02:00
parent 5d9ecc0557
commit 974574da98
3 changed files with 9 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ TRACK_SEARCH_PROVIDER = None
[Database]
DB_CACHE_SIZE = 8192 # how many MB on disk each database cache should have available.
INVALID_ARTISTS = ["[Unknown Artist]","Unknown Artist"]
[Local Images]