Filtering undefined scenes property from movies. Added movie page scraper to Elegant Angel.

This commit is contained in:
DebaucheryLibrarian
2020-08-08 18:10:59 +02:00
parent 7bfa5a6cc4
commit a7d5bef93f
7 changed files with 177 additions and 128 deletions

View File

@@ -48,7 +48,7 @@ const routes = [
name: 'scene',
},
{
path: '/movie/:releaseId/:releaseSlug?',
path: '/movie/:movieId/:movieSlug?',
component: Release,
name: 'movie',
},