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:
@@ -97,7 +97,8 @@ function scoreAudioCoverFile (imgFile) {
|
||||
folder: 80,
|
||||
album: 80,
|
||||
front: 80,
|
||||
back: 20
|
||||
back: 20,
|
||||
spectrogram: -80
|
||||
}
|
||||
|
||||
for (let keyword in relevanceScore) {
|
||||
|
||||
Reference in New Issue
Block a user