Higher priority to gstreamer plugin over omxplayer for tts

This commit is contained in:
Fabio Manganiello 2021-02-21 02:44:21 +01:00
parent 3e777bd19f
commit 6f9428487f
1 changed files with 1 additions and 1 deletions

View File

@ -19,8 +19,8 @@ class TtsPlugin(Plugin):
"""
_supported_media_plugins = [
'media.omxplayer',
'media.gstreamer',
'media.omxplayer',
'media.mplayer',
'media.mpv',
'media.vlc',