Hiding parent network for subnetworks on release pages.

This commit is contained in:
DebaucheryLibrarian 2025-02-25 02:49:24 +01:00
parent 8da96090ee
commit 19b2a56925
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
</Link> </Link>
<span <span
v-if="!movie.channel.isIndependent && movie.network" v-if="!movie.channel.isIndependent && movie.channel.type !== 'network' && movie.network"
class="network-container" class="network-container"
> >
by by

View File

@ -29,7 +29,7 @@
</Link> </Link>
<span <span
v-if="!scene.channel.isIndependent && scene.network" v-if="!scene.channel.isIndependent && scene.channel.type !== 'network' && scene.network"
class="network-container" class="network-container"
> >
by by