mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
another io error (#731)
This commit is contained in:
parent
49b905c089
commit
fca8a55e05
1 changed files with 1 additions and 0 deletions
|
@ -1394,6 +1394,7 @@ class CS3IPlayer : IPlayer {
|
|||
|| error.errorCode == PlaybackException.ERROR_CODE_PARSING_MANIFEST_MALFORMED
|
||||
|| error.errorCode == PlaybackException.ERROR_CODE_PARSING_CONTAINER_MALFORMED
|
||||
|| error.errorCode == PlaybackException.ERROR_CODE_PARSING_CONTAINER_UNSUPPORTED
|
||||
|| error.errorCode == PlaybackException.ERROR_CODE_IO_UNSPECIFIED
|
||||
) -> {
|
||||
|
||||
val gid = DownloadListener.sessionIdToGid[aria2cRequestId]
|
||||
|
|
Loading…
Reference in a new issue