Scraping from Cherry Pimps when available. Showing cover in movie tile.

This commit is contained in:
DebaucheryLibrarian
2020-08-02 03:44:14 +02:00
parent 767437d9aa
commit b4f0501765
6 changed files with 63 additions and 18 deletions

View File

@@ -70,6 +70,13 @@ function initReleasesActions(store, _router) {
name
slug
}
covers: moviesCoversByReleaseId {
media {
id
path
thumbnail
}
}
}
totalCount
}