Skip to content

Commit

Permalink
Remove unnecessary decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
123mpozzi committed Oct 18, 2024
1 parent 5c04e05 commit ec76873
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class MediaSessionModule(context: ReactApplicationContext) : BitmovinBaseModule(
}
}

@ReactMethod
fun setupMediaSession(playerId: NativeId) {
this@MediaSessionModule.playerId = playerId
val intent = Intent(context, MediaSessionPlaybackService::class.java)
Expand Down

0 comments on commit ec76873

Please sign in to comment.