3
3
Fork 1
mirror of https://github.com/recloudstream/cloudstream.git synced 2024-08-15 01:53:11 +00:00
This commit is contained in:
Luna712 2024-07-18 09:22:25 -06:00 committed by GitHub
parent 3d1e243cbe
commit 49d9ec1fa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -247,9 +247,9 @@ class DownloadViewModel : ViewModel() {
_usedBytes.postValue(localUsedBytes)
_availableBytes.postValue(localBytesAvailable)
_downloadBytes.postValue(localDownloadedBytes)
} catch (e: Exception) {
} catch (t: Throwable) {
_downloadBytes.postValue(0)
logError(e)
logError(t)
}
}