another io error (#731)

This commit is contained in:
KingLucius 2023-10-28 15:33:01 +03:00 committed by GitHub
parent 49b905c089
commit fca8a55e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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]