feat(frontend): allow torbox formatter

This commit is contained in:
Viren070
2024-12-26 15:49:09 +00:00
parent 495bc894f3
commit 0ff939fe86
+1 -1
View File
@@ -51,7 +51,7 @@ const defaultSortCriteria: SortBy[] = [
{ seeders: false },
];
const allowedFormatters = ['gdrive', 'torrentio'];
const allowedFormatters = ['gdrive', 'torrentio', 'torbox'];
interface AddonDetail {
name: string;