Add another space to the playlist duration. Clean up the code.

This commit is contained in:
Karim Abou Zeid 2017-06-06 19:51:21 +02:00
commit d3c3fe8f08
4 changed files with 10 additions and 10 deletions

View file

@ -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);
}