mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
style: code cleanup
This commit is contained in:
parent
c7b17f2214
commit
85a5d01e72
2 changed files with 3 additions and 3 deletions
|
|
@ -104,7 +104,7 @@ public class SongRepository {
|
|||
return randomSongsSample;
|
||||
}
|
||||
|
||||
public void scrobble(String id, Boolean submission) {
|
||||
public void scrobble(String id, boolean submission) {
|
||||
App.getSubsonicClientInstance(false)
|
||||
.getMediaAnnotationClient()
|
||||
.scrobble(id, submission)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue