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:
Borewit
2018-04-26 21:25:09 +02:00
parent c6a7b7c1d2
commit 8516da8a44

View File

@@ -97,7 +97,8 @@ function scoreAudioCoverFile (imgFile) {
folder: 80,
album: 80,
front: 80,
back: 20
back: 20,
spectrogram: -80
}
for (let keyword in relevanceScore) {