mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
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",
|
||||||
@@ -64,6 +66,3 @@ class ExtensionService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const extensionService = new ExtensionService();
|
export const extensionService = new ExtensionService();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user