Fixed Gamma scene scraper extracting the wrong scene ID from non-standard URLs.

This commit is contained in:
2020-03-07 23:40:38 +01:00
parent d6fb9da176
commit 628c5a2013
3 changed files with 8 additions and 15 deletions

View File

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