correct number of plays
This commit is contained in:
parent
833b0d37b6
commit
5f3728cc9f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ except ImportError:
|
||||||
ROOT_FOLDER_PATH = "/data/media/music2"
|
ROOT_FOLDER_PATH = "/data/media/music2"
|
||||||
QUALITY_PROFILE_ID = 1
|
QUALITY_PROFILE_ID = 1
|
||||||
|
|
||||||
MIN_PLAYS = 3
|
MIN_PLAYS = 10
|
||||||
RECENT_MONTHS = 3
|
RECENT_MONTHS = 3
|
||||||
MAX_SIMILAR_PER_ART = 20
|
MAX_SIMILAR_PER_ART = 20
|
||||||
SIMILAR_MATCH_MIN = 0.5
|
SIMILAR_MATCH_MIN = 0.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue