Added Evil Angel channels with logos.

This commit is contained in:
DebaucheryLibrarian
2020-09-10 03:17:19 +02:00
parent d081b88af2
commit 0d4893b13c
115 changed files with 434 additions and 4 deletions

View File

@@ -195,6 +195,11 @@ function initActorActions(store, router) {
mode,
});
if (!actor) {
router.replace('/not-found');
return null;
}
return {
actor: curateActor(actor, null, curateRelease),
releases: actor.scenesConnection.releases.map(release => curateRelease(release)),