mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-18 07:22:26 +00:00
Potential crashfix #2382.
This commit is contained in:
parent
100e98a960
commit
49ddecdea4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class DownloadService : Service() {
|
|||
Logger.i(TAG, "onStartCommand");
|
||||
synchronized(this) {
|
||||
if(_started)
|
||||
return START_STICKY;
|
||||
return START_NOT_STICKY;
|
||||
|
||||
if(!FragmentedStorage.isInitialized) {
|
||||
Logger.i(TAG, "Attempted to start DownloadService without initialized files");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue