Rescraping upcoming scenes. Fixed language and scene deep scraping for Dorcel scraper.

This commit is contained in:
DebaucheryLibrarian
2021-06-02 03:27:32 +02:00
parent 42791c528e
commit c979173422
15 changed files with 105 additions and 15 deletions

View File

@@ -125,6 +125,10 @@ async function init() {
app.directive('tooltip', {
beforeMount(el, binding) {
if (!binding.value) {
return;
}
// don't include HTML in native title attribute
const textEl = document.createElement('div');
textEl.innerHTML = binding.value;

View File

@@ -183,7 +183,7 @@ function initReleasesActions(store, router) {
isS3
}
}
posters: moviesPosterByMovieId {
poster: moviesPosterByMovieId {
media {
id
path