fix errors on insertion to game, fix db creation of game
This commit is contained in:
@@ -45,6 +45,8 @@ func (p *Playlist) ToDB(dest **db.Playlist) bool {
|
||||
|
||||
CopySliceToDB(&playlist.Sounds, p.Sounds)
|
||||
|
||||
*dest = playlist
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user