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
1 changed files with 1 additions and 1 deletions

View File

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