Steven 8 months ago
parent
commit
09833a1aba

+ 1 - 2
KulexiuForStudent/KulexiuForStudent/Common/MediaMerge/AudioMerge/MergePlayer/KSMergeEnginePlayer.m

@@ -355,8 +355,7 @@
                 [self.nodePlayer stop];
             }
             self.isInterrupt = YES;
-            NSError *error = [[NSError alloc] initWithDomain:NSCocoaErrorDomain code:99999 userInfo:@{@"errorDesc" : @"播放被打断"}];
-            [self sendInterruptError:error];
+            [self sendInterruptError:nil];
         }
     }
     else if (type == AVAudioSessionInterruptionTypeEnded) {