PlaylistSongDao

public abstract class PlaylistSongDao

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract Unit deletePlaylist(String playlistId)
Link copied to clipboard
public abstract Unit insert(PlaylistSong playlistSong)
Link copied to clipboard
public Unit removeAllSongRefs(String songId)
Link copied to clipboard
public Unit removeSongFromPlaylist(String playlistId, String songId, Integer songIndex, Boolean allCopies)