Skip to content

Commit 797c279

Browse files
committed
fix: add hash suffix to setPlayMode
1 parent 5ae632b commit 797c279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/impl/agora_music_content_center_impl_override.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class MusicPlayerImpl extends media_player_impl.MediaPlayerImpl
111111
@override
112112
Future<void> setPlayMode(MusicPlayMode mode) async {
113113
final apiType =
114-
'${isOverrideClassName ? className : 'MusicPlayer'}_setPlayMode';
114+
'${isOverrideClassName ? className : 'MusicPlayer'}_setPlayMode_748bee0';
115115
final param = createParams({'mode': mode.value()});
116116
final callApiResult = await irisMethodChannel.invokeMethod(
117117
IrisMethodCall(apiType, jsonEncode(param), buffers: null));

0 commit comments

Comments
 (0)