Skip to content

Instantly share code, notes, and snippets.

@AOrobator
Last active February 13, 2018 04:24
Show Gist options
  • Select an option

  • Save AOrobator/7e53c577ce78304d9c666b3d4b4f0e76 to your computer and use it in GitHub Desktop.

Select an option

Save AOrobator/7e53c577ce78304d9c666b3d4b4f0e76 to your computer and use it in GitHub Desktop.
val song: Song = ...
val playlist: Playlist = ...
playlistRepository.addSongToPlaylist(song.typedId, playlist.typedId)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment