mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
Removed unused methods
This commit is contained in:
parent
78333d56d4
commit
fc240c273f
12 changed files with 5 additions and 50 deletions
|
|
@ -235,7 +235,6 @@ public class SongRepository {
|
|||
}
|
||||
|
||||
public void increasePlayCount(Song song) {
|
||||
Log.i(TAG, "increasePlayCount: " + song.getId());
|
||||
boolean isIncreased = song.nowPlaying();
|
||||
|
||||
if(isIncreased) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue