From f3a9dc4ef58b75fb6755775df639222bdbb562f2 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 29 Sep 2020 15:35:29 +0200 Subject: [PATCH] Added navigator icon for media.gstreamer plugin --- platypush/backend/http/templates/nav.html | 1 + 1 file changed, 1 insertion(+) diff --git a/platypush/backend/http/templates/nav.html b/platypush/backend/http/templates/nav.html index 6da9126e7e..6023c12041 100644 --- a/platypush/backend/http/templates/nav.html +++ b/platypush/backend/http/templates/nav.html @@ -11,6 +11,7 @@ 'gpio': 'fas fa-plug', 'gpio.zeroborg': 'fas fa-robot', 'light.hue': 'fa fa-lightbulb', + 'media.gstreamer': 'fa fa-film', 'media.mplayer': 'fa fa-film', 'media.mpv': 'fa fa-film', 'media.omxplayer': 'fa fa-film',