Improved movie page styling. Fixed parentless channel icon in channel filter.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
:title="entity.name"
|
||||
>
|
||||
<img
|
||||
v-if="entity.isIndependent || entity.type === 'network'"
|
||||
v-if="entity.isIndependent || entity.type === 'network' || !entity.parent"
|
||||
:src="`/logos/${entity.slug}/favicon_dark.png`"
|
||||
class="favicon"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user