extension_service formatting
This commit is contained in:
@@ -19,6 +19,7 @@ class ExtensionService {
|
|||||||
"ogm",
|
"ogm",
|
||||||
"divx"
|
"divx"
|
||||||
];
|
];
|
||||||
|
|
||||||
private readonly SUBTITLE_EXTENSIONS: string[] = [
|
private readonly SUBTITLE_EXTENSIONS: string[] = [
|
||||||
"aqt",
|
"aqt",
|
||||||
"gsub",
|
"gsub",
|
||||||
@@ -38,6 +39,7 @@ class ExtensionService {
|
|||||||
"idx",
|
"idx",
|
||||||
"vtt"
|
"vtt"
|
||||||
];
|
];
|
||||||
|
|
||||||
private readonly DISK_EXTENSIONS: string[] = [
|
private readonly DISK_EXTENSIONS: string[] = [
|
||||||
"iso",
|
"iso",
|
||||||
"m2ts",
|
"m2ts",
|
||||||
@@ -63,7 +65,4 @@ class ExtensionService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const extensionService = new ExtensionService();
|
export const extensionService = new ExtensionService();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user