mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Removed unused methods from song repository
This commit is contained in:
parent
4a02a49ac1
commit
ff1f4ef106
3 changed files with 235 additions and 383 deletions
|
|
@ -30,8 +30,6 @@ public class PlaylistPageViewModel extends AndroidViewModel {
|
|||
}
|
||||
|
||||
public LiveData<List<Song>> getPlaylistSongList() {
|
||||
// Prendere le canzoni di ciascuna playlist
|
||||
Log.i(TAG, "getPlaylistSongList: " + playlist.getId());
|
||||
songList = songRepository.getPlaylistLiveSong(playlist.getId());
|
||||
return songList;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue