forked from platypush/platypush
Added mkv to the supported media extensions
This commit is contained in:
parent
bc3e100217
commit
4c1cb9ae6b
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue