From 86754534ae64a517a0af3fc69f306a76f60d3135 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 16 Jul 2018 23:17:00 +0200 Subject: [PATCH] Fixed omxplayer plugin doc --- platypush/plugins/video/omxplayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/video/omxplayer.py b/platypush/plugins/video/omxplayer.py index a2d796a01..bebba0294 100644 --- a/platypush/plugins/video/omxplayer.py +++ b/platypush/plugins/video/omxplayer.py @@ -34,7 +34,7 @@ class VideoOmxplayerPlugin(Plugin): * **youtube-dl** installed on your system (see your distro instructions), optional for YouTube support """ - """ Supported video extensions """ + # Supported video extensions video_extensions = { '.avi', '.flv', '.wmv', '.mov', '.mp4', '.m4v', '.mpg', '.mpeg', '.rm', '.swf', '.vob', '.mkv'