From 230830216b6e14fa455a90961cced023e5475982 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 4 Sep 2014 15:21:48 -0700 Subject: Increase cutoff point to handle long endings that user probably doesn't care about --- src/github/daneren2005/dsub/service/DownloadService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java index b3198f3d..f08c8971 100644 --- a/src/github/daneren2005/dsub/service/DownloadService.java +++ b/src/github/daneren2005/dsub/service/DownloadService.java @@ -94,7 +94,7 @@ public class DownloadService extends Service { public static final String START_PLAY = "github.daneren2005.dsub.START_PLAYING"; public static final int FAST_FORWARD = 30000; public static final int REWIND = 10000; - private static final double DELETE_CUTOFF = 0.90; + private static final double DELETE_CUTOFF = 0.84; private RemoteControlClientHelper mRemoteControl; -- cgit v1.2.3