Last active
February 13, 2018 04:24
-
-
Save AOrobator/7e53c577ce78304d9c666b3d4b4f0e76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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