Added mkv to the supported media extensions

This commit is contained in:
Fabio Manganiello 2018-06-02 21:56:46 +02:00
parent bc3e100217
commit 4c1cb9ae6b

View file

@ -22,7 +22,7 @@ from .. import Plugin
class VideoOmxplayerPlugin(Plugin): class VideoOmxplayerPlugin(Plugin):
video_extensions = { video_extensions = {
'.avi', '.flv', '.wmv', '.mov', '.mp4', '.m4v', '.mpg', '.mpeg', '.avi', '.flv', '.wmv', '.mov', '.mp4', '.m4v', '.mpg', '.mpeg',
'.rm', '.swf', '.vob' '.rm', '.swf', '.vob', '.mkv'
} }
default_torrent_ports = [6881, 6891] default_torrent_ports = [6881, 6891]