Skip to content

Commit

Permalink
move embed client to the top of the list
Browse files Browse the repository at this point in the history
  • Loading branch information
milosz08 committed Jun 1, 2024
1 parent 18b47e4 commit e3d586d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class AudioPlayerManager(
fun registerCustomYoutubeSourceManager() {
val manager = YoutubeAudioSourceManager(
MusicWithThumbnail(),
WebWithThumbnail(),
TvHtml5EmbeddedWithThumbnail(),
WebWithThumbnail(),
AndroidWithThumbnail()
)
registerSourceManager(manager)
Expand Down

0 comments on commit e3d586d

Please sign in to comment.