Rescraping upcoming scenes. Fixed language and scene deep scraping for Dorcel scraper.
This commit is contained in:
@@ -112,9 +112,9 @@
|
||||
v-if="!me"
|
||||
class="item-container item-more"
|
||||
><router-link
|
||||
:to="{ name: 'signup', query: { ref: $route.path } }"
|
||||
:to="{ name: 'login', query: { ref: $route.path } }"
|
||||
class="link"
|
||||
>Sign up</router-link> for more photos, trailers and features!</div>
|
||||
>Log in</router-link> for more photos, trailers and features!</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -183,7 +183,7 @@ function initReleasesActions(store, router) {
|
||||
isS3
|
||||
}
|
||||
}
|
||||
posters: moviesPosterByMovieId {
|
||||
poster: moviesPosterByMovieId {
|
||||
media {
|
||||
id
|
||||
path
|
||||
|
||||
Reference in New Issue
Block a user