aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/github/daneren2005/dsub/service/DownloadService.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java
index 8ed9f578..f4788e9f 100644
--- a/src/github/daneren2005/dsub/service/DownloadService.java
+++ b/src/github/daneren2005/dsub/service/DownloadService.java
@@ -772,10 +772,7 @@ public class DownloadService extends Service {
}
}
private synchronized void playNext(boolean start) {
- // Only send a quick pause event for samsung devices, causes issues with others
- if(Build.MANUFACTURER.toLowerCase().indexOf("samsung") != -1) {
- Util.broadcastPlaybackStatusChange(this, currentPlaying.getSong(), PlayerState.PREPARED);
- }
+ Util.broadcastPlaybackStatusChange(this, currentPlaying.getSong(), PlayerState.PREPARED);
// Swap the media players since nextMediaPlayer is ready to play
if(start) {