fix: bad PTN parsing causing monitors of episodes with 3 digit episodes to download multiple times

This commit is contained in:
2025-08-01 21:34:03 -05:00
parent beed7d6940
commit 0430dba6a9
10 changed files with 264 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ use App\Torrentio\Action\Command\GetTvShowOptionsCommand;
use App\Torrentio\Action\Handler\GetTvShowOptionsHandler;
use App\User\Dto\UserPreferencesFactory;
use App\User\Framework\Repository\UserRepository;
use Nihilarr\PTN;
use App\Base\Util\PTN;
use OneToMany\RichBundle\Contract\CommandInterface;
use OneToMany\RichBundle\Contract\HandlerInterface;
use OneToMany\RichBundle\Contract\ResultInterface;