Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SiCKRAGE
sickrage
Commits
956a3571
Commit
956a3571
authored
May 07, 2022
by
echel0n
Browse files
added in missing mimetype mkv
parent
f4a487fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
sickrage/core/helpers/__init__.py
View file @
956a3571
...
...
@@ -63,12 +63,14 @@ from sickrage.core.enums import TorrentMethod
from
sickrage.core.helpers
import
encryption
from
sickrage.core.websession
import
WebSession
mimetypes
.
add_type
(
'video/x-matroska'
,
'.mkv'
)
mimetypes
.
add_type
(
'video/divx'
,
'.divx'
)
mimetypes
.
add_type
(
"video/x-flv"
,
".flv"
)
mimetypes
.
add_type
(
"video/x-f4v"
,
".f4v"
)
mimetypes
.
add_type
(
"video/x-dvd-iso"
,
".iso"
)
mimetypes
.
add_type
(
"video/x-dvd-iso"
,
".img"
)
mimetypes
.
add_type
(
"video/x-dvd-iso"
,
".nrg"
)
mimetypes
.
add_type
(
"video/x-dvd-iso"
,
".ifo"
)
mimetypes
.
add_type
(
"video/dvd"
,
".vob"
)
mimetypes
.
add_type
(
"video/mpeg"
,
".wtv"
)
mimetypes
.
add_type
(
"application/x-bittorrent"
,
".torrent"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment