meme dupe snitching/misc
This commit is contained in:
@ -82,7 +82,9 @@ class Utility:
|
||||
if (
|
||||
search_split_by == ":" and len(song.split(":")) > 2
|
||||
): # Support sub-search if : is used (per instructions)
|
||||
search_song = song.split(search_split_by)[
|
||||
search_song = song.split(
|
||||
search_split_by
|
||||
)[
|
||||
1
|
||||
].strip() # Reduce search_song to only the 2nd split of : [the rest is meant to be lyric text]
|
||||
search_subsearch = "".join(
|
||||
|
Reference in New Issue
Block a user