This commit is contained in:
2019-11-18 15:13:51 +09:00
parent ab81556651
commit 9e62774eb4
20 changed files with 89 additions and 89 deletions

View File

@ -347,7 +347,7 @@ func SortSoundTracksPopularFirst(tracks []*SoundTrack) {
}
// GetSoundTrack ...
func GetSoundTrack(id string) (*SoundTrack, error) {
func GetSoundTrack(id ID) (*SoundTrack, error) {
track, err := DB.Get("SoundTrack", id)
if err != nil {