ability to reference source type
This commit is contained in:
@@ -40,7 +40,7 @@ func (m MusifyTest) RegexSong() *regexp.Regexp {
|
||||
return regexp.MustCompile(`(?i)https?://musify\.club/track/[a-z\-0-9]+`)
|
||||
}
|
||||
|
||||
func (m *MusifyTest) Init() {
|
||||
func (m *MusifyTest) Init(sourceType data.SourceType) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user