aboutsummaryrefslogtreecommitdiff
path: root/src/github
diff options
context:
space:
mode:
Diffstat (limited to 'src/github')
-rw-r--r--src/github/daneren2005/dsub/service/DownloadService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java
index 127df768..5e8a9db6 100644
--- a/src/github/daneren2005/dsub/service/DownloadService.java
+++ b/src/github/daneren2005/dsub/service/DownloadService.java
@@ -1873,7 +1873,7 @@ public class DownloadService extends Service {
private void checkAddBookmark() {
// Don't do anything if no current playing
- if(currentPlaying == null) {
+ if(currentPlaying == null || !ServerInfo.canBookmark(this)) {
return;
}