pull/47/head
kunfei 5 years ago
parent 63099be772
commit fda8c741cb
  1. 1
      app/src/main/java/io/legado/app/service/AudioPlayService.kt

@ -109,6 +109,7 @@ class AudioPlayService : BaseService(),
} catch (e: Exception) {
launch {
toast(e.localizedMessage + " " + url)
stopSelf()
}
}
}

Loading…
Cancel
Save