my goldfish

This commit is contained in:
Laptop
2024-10-10 20:10:27 +03:00
parent f0bd25bcb7
commit 8e5ce07681
5 changed files with 31 additions and 28 deletions

View File

@@ -145,6 +145,10 @@ func GetArbitraryTrack(data string) (Track, error) {
}
}
if n != 1 {
return Track{}, ErrKindNotCorrect
}
return GetTrack(u.Path)
}
} else {