еще чуть дополнений
This commit is contained in:
@ -39,6 +39,7 @@ const ExtesionBase = {
|
|||||||
nsv: ContentTypes.VIDEO,
|
nsv: ContentTypes.VIDEO,
|
||||||
f4v: ContentTypes.VIDEO,
|
f4v: ContentTypes.VIDEO,
|
||||||
ts: ContentTypes.VIDEO,
|
ts: ContentTypes.VIDEO,
|
||||||
|
divx: ContentTypes.VIDEO,
|
||||||
|
|
||||||
aa: ContentTypes.AUDIO,
|
aa: ContentTypes.AUDIO,
|
||||||
aac: ContentTypes.AUDIO,
|
aac: ContentTypes.AUDIO,
|
||||||
@ -73,6 +74,7 @@ const ExtesionBase = {
|
|||||||
wav: ContentTypes.AUDIO,
|
wav: ContentTypes.AUDIO,
|
||||||
wma: ContentTypes.AUDIO,
|
wma: ContentTypes.AUDIO,
|
||||||
wv: ContentTypes.AUDIO,
|
wv: ContentTypes.AUDIO,
|
||||||
|
ac3: ContentTypes.AUDIO,
|
||||||
|
|
||||||
jpg: ContentTypes.PICTURES,
|
jpg: ContentTypes.PICTURES,
|
||||||
jpeg: ContentTypes.PICTURES,
|
jpeg: ContentTypes.PICTURES,
|
||||||
@ -173,6 +175,7 @@ const ExtesionBase = {
|
|||||||
bin: ContentTypes.APPLICATION,
|
bin: ContentTypes.APPLICATION,
|
||||||
msi: ContentTypes.APPLICATION,
|
msi: ContentTypes.APPLICATION,
|
||||||
dmg: ContentTypes.APPLICATION,
|
dmg: ContentTypes.APPLICATION,
|
||||||
|
pbi: ContentTypes.APPLICATION,
|
||||||
|
|
||||||
tar: ContentTypes.ARCHIVE,
|
tar: ContentTypes.ARCHIVE,
|
||||||
gz: ContentTypes.ARCHIVE,
|
gz: ContentTypes.ARCHIVE,
|
||||||
|
Reference in New Issue
Block a user