Skip to content

Commit

Permalink
storage/mariadb: attempt fixing #129
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessie committed May 16, 2024
1 parent e03f967 commit 9e47521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/mariadb/track.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ func (ts TrackStorage) Get(id radio.TrackID) (*radio.Song, error) {
return nil, errors.E(op, err)
}

song.Hydrate()
return &song, nil
}

Expand Down

0 comments on commit 9e47521

Please sign in to comment.