Add another space to the playlist duration. Clean up the code.
This commit is contained in:
parent
e553a64c80
commit
d3c3fe8f08
4 changed files with 10 additions and 10 deletions
|
|
@ -239,7 +239,7 @@ public class MusicPlayerRemote {
|
|||
return -1;
|
||||
}
|
||||
|
||||
public static int getQueueDurationMillis(int position) {
|
||||
public static long getQueueDurationMillis(int position) {
|
||||
if (musicService != null) {
|
||||
return musicService.getQueueDurationMillis(position);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue