mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-19 14:32:07 +00:00
Hopefully improved spotify import
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+4
-1
@@ -145,7 +145,10 @@ var Search = {
|
|||||||
//$.each(artist, function(i, data_artist){
|
//$.each(artist, function(i, data_artist){
|
||||||
if(data.snippet.title.toLowerCase().indexOf(artist[0].toLowerCase()) == -1 &&
|
if(data.snippet.title.toLowerCase().indexOf(artist[0].toLowerCase()) == -1 &&
|
||||||
(data.snippet.channelTitle.toLowerCase().indexOf(artist[0].toLowerCase()) == -1 &&
|
(data.snippet.channelTitle.toLowerCase().indexOf(artist[0].toLowerCase()) == -1 &&
|
||||||
data.snippet.channelTitle.toLowerCase().indexOf("vevo") == -1)){
|
data.snippet.channelTitle.toLowerCase().indexOf("vevo") == -1) &&
|
||||||
|
(data.snippet.title.toLowerCase().indexOf("remix") >= 0 &&
|
||||||
|
title.toLowerCase().indexOf("remix") == -1)
|
||||||
|
){
|
||||||
acceptable_track = false;
|
acceptable_track = false;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user