mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-04 18:09:38 +05:00
my goldfish
This commit is contained in:
@@ -145,6 +145,10 @@ func GetArbitraryTrack(data string) (Track, error) {
|
||||
}
|
||||
}
|
||||
|
||||
if n != 1 {
|
||||
return Track{}, ErrKindNotCorrect
|
||||
}
|
||||
|
||||
return GetTrack(u.Path)
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user