partial fetching of artist
This commit is contained in:
@@ -28,3 +28,7 @@ var numericRegex = regexp.MustCompile(`^[\d]+$`)
|
||||
func IsNumeric(num string) bool {
|
||||
return numericRegex.MatchString(num)
|
||||
}
|
||||
|
||||
func CleanSongTitle(title string, artistName string) string {
|
||||
return title
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user