mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-18 15:32:35 +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");
|
Logger.i(TAG, "onStartCommand");
|
||||||
synchronized(this) {
|
synchronized(this) {
|
||||||
if(_started)
|
if(_started)
|
||||||
return START_STICKY;
|
return START_NOT_STICKY;
|
||||||
|
|
||||||
if(!FragmentedStorage.isInitialized) {
|
if(!FragmentedStorage.isInitialized) {
|
||||||
Logger.i(TAG, "Attempted to start DownloadService without initialized files");
|
Logger.i(TAG, "Attempted to start DownloadService without initialized files");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue