Removed unused methods

This commit is contained in:
CappielloAntonio 2021-04-19 14:44:30 +02:00
parent 78333d56d4
commit fc240c273f
12 changed files with 5 additions and 50 deletions

View file

@ -235,7 +235,6 @@ public class SongRepository {
}
public void increasePlayCount(Song song) {
Log.i(TAG, "increasePlayCount: " + song.getId());
boolean isIncreased = song.nowPlaying();
if(isIncreased) {