Prevent spectrogram being selected as the poster.
Related issue webtorrent/webtorrent-desktop#1332, as well pull request webtorrent/webtorrent-desktop#1334
This commit is contained in:
parent
c6a7b7c1d2
commit
8516da8a44
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ function scoreAudioCoverFile (imgFile) {
|
|||
folder: 80,
|
||||
album: 80,
|
||||
front: 80,
|
||||
back: 20
|
||||
back: 20,
|
||||
spectrogram: -80
|
||||
}
|
||||
|
||||
for (let keyword in relevanceScore) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue