Scraping movie links from Gamma scene page. Removed expand option from scene page media to make way for album button.
This commit is contained in:
@@ -24,13 +24,6 @@
|
||||
|
||||
<Details :release="release" />
|
||||
|
||||
<Expand
|
||||
v-if="release.photos && release.photos.length > 0"
|
||||
class="expand-bottom expand-dark"
|
||||
:expanded="expanded"
|
||||
@expand="(state) => expanded = state"
|
||||
/>
|
||||
|
||||
<div class="info column">
|
||||
<div class="row">
|
||||
<h2
|
||||
|
||||
Reference in New Issue
Block a user