mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
build: update js and php dependencies to latest
This commit is contained in:
parent
23a47efefd
commit
a00e45ea4c
46 changed files with 1128 additions and 1015 deletions
|
|
@ -16,6 +16,7 @@ use CodeIgniter\Controller;
|
|||
use CodeIgniter\Exceptions\PageNotFoundException;
|
||||
use CodeIgniter\HTTP\ResponseInterface;
|
||||
use Exception;
|
||||
use Modules\PremiumPodcasts\Entities\Subscription;
|
||||
use Modules\PremiumPodcasts\Models\SubscriptionModel;
|
||||
use Opawg\UserAgentsPhp\UserAgentsRSS;
|
||||
|
||||
|
|
@ -56,7 +57,7 @@ class FeedController extends Controller
|
|||
"podcast#{$podcast->id}",
|
||||
'feed',
|
||||
$service ? $serviceSlug : null,
|
||||
$subscription !== null ? 'unlocked' : null,
|
||||
$subscription instanceof Subscription ? 'unlocked' : null,
|
||||
]),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue