mirror of
https://github.com/ad-aures/castopod.git
synced 2026-03-31 21:39:20 +02:00
fix(rss): add subscription id to cache name to prevent premium feeds from overlapping
This commit is contained in:
parent
2b1bbf3430
commit
74f9325946
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class FeedController extends Controller
|
|||
"podcast#{$podcast->id}",
|
||||
'feed',
|
||||
$service ? $serviceSlug : null,
|
||||
$subscription instanceof Subscription ? 'unlocked' : null,
|
||||
$subscription instanceof Subscription ? "subscription#{$subscription->id}" : null,
|
||||
]),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue