@@ -23,6 +23,7 @@
#import "extraMediaEventModel.h"
#import "customDownloadManager.h"
#import "boxDownloadFileManager.h"
+#import "DFPlayer.h"
NS_ASSUME_NONNULL_BEGIN
@@ -998,6 +998,8 @@ static webSocketManager *webSocketManagerInstance = nil;
[self.commandChannelManager rc_close];
self.commandChannelManager = nil;
+ [[DFPlayer sharedPlayer] df_pause];
+
if(ksharedAppDelegate.isDidShowPwdType){
KWeakSelf