mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Removed unused methods from song repository
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user