mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
fix(rss): add subscription id to cache name to prevent premium feeds from overlapping
This commit is contained in:
parent
2b1bbf3430
commit
74f9325946
@ -66,7 +66,7 @@ class FeedController extends Controller
|
|||||||
"podcast#{$podcast->id}",
|
"podcast#{$podcast->id}",
|
||||||
'feed',
|
'feed',
|
||||||
$service ? $serviceSlug : null,
|
$service ? $serviceSlug : null,
|
||||||
$subscription instanceof Subscription ? 'unlocked' : null,
|
$subscription instanceof Subscription ? "subscription#{$subscription->id}" : null,
|
||||||
]),
|
]),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user