mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Removed unused methods
This commit is contained in:
@@ -235,7 +235,6 @@ public class SongRepository {
|
||||
}
|
||||
|
||||
public void increasePlayCount(Song song) {
|
||||
Log.i(TAG, "increasePlayCount: " + song.getId());
|
||||
boolean isIncreased = song.nowPlaying();
|
||||
|
||||
if(isIncreased) {
|
||||
|
||||
Reference in New Issue
Block a user