Skip to content
Snippets Groups Projects
Commit 5310d864 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(rss): add subscription id to cache name to prevent premium feeds from overlapping

parent ef1449b6
No related branches found
No related tags found
No related merge requests found
......@@ -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,
]),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment