Code refactor

This commit is contained in:
Hemanth S 2020-08-21 18:35:01 +05:30
parent b54c561070
commit f013cf296d
6 changed files with 44 additions and 39 deletions

View file

@ -43,5 +43,5 @@ interface PlaylistDao {
@Delete
suspend fun removeSongsFromPlaylist(songs: List<SongEntity>)
}