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
Branches
Tags
No related merge requests found
...@@ -66,7 +66,7 @@ class FeedController extends Controller ...@@ -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,
]), ]),
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment