diff --git a/android/src/main/java/com/shabinder/spotiflyer/service/ForegroundService.kt b/android/src/main/java/com/shabinder/spotiflyer/service/ForegroundService.kt index f482f4ea..b343a3b1 100644 --- a/android/src/main/java/com/shabinder/spotiflyer/service/ForegroundService.kt +++ b/android/src/main/java/com/shabinder/spotiflyer/service/ForegroundService.kt @@ -168,7 +168,7 @@ class ForegroundService : LifecycleService() { is DownloadResult.Progress -> { trackStatusFlowMap[track.title] = DownloadStatus.Downloading(it.progress) - updateProgressInNotification(Message(track.title,DownloadStatus.Downloading(it.progress))) + // updateProgressInNotification(Message(track.title,DownloadStatus.Downloading(it.progress))) } is DownloadResult.Success -> {