fix(sel): allow nzbdav and altmount in service function

This commit is contained in:
Viren070
2025-11-10 13:50:27 +00:00
parent c590e918a8
commit 06c0f33365
+3 -1
View File
@@ -414,13 +414,15 @@ export abstract class StreamExpressionEngine {
'offcloud',
'premiumize',
'easynews',
'nzbdav',
'altmount',
'easydebrid',
'debrider',
].includes(s)
)
) {
throw new Error(
'Service must be a string and one of: realdebrid, debridlink, alldebrid, torbox, pikpak, seedr, offcloud, premiumize, easynews, easydebrid, debrider'
'Service must be a string and one of: realdebrid, debridlink, alldebrid, torbox, pikpak, seedr, offcloud, premiumize, easynews, nzbdav, altmount, easydebrid, debrider'
);
}
return streams.filter((stream) =>