Scenarios 1,2,4 passed
This commit is contained in:
@@ -101,4 +101,4 @@ class MediaCombinator0(MediaCombinator):
|
|||||||
|
|
||||||
yieldObj['preset'] = yObj_p
|
yieldObj['preset'] = yObj_p
|
||||||
|
|
||||||
return yieldObj
|
yield yieldObj
|
||||||
|
|||||||
@@ -64,10 +64,10 @@ class Scenario2(Scenario):
|
|||||||
jellyfinSelectorIndex = -1
|
jellyfinSelectorIndex = -1
|
||||||
|
|
||||||
|
|
||||||
if self._context['test_variant'] and variantIdentifier != self._context['test_variant']:
|
#if self._context['test_variant'] and variantIdentifier != self._context['test_variant']:
|
||||||
|
if self._context['test_variant'] and not variantIdentifier.startswith(self._context['test_variant']):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
self._logger.debug(f"Running Job: {variantLabel}")
|
self._logger.debug(f"Running Job: {variantLabel}")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user