Fixed "track not available" message in album link analyzer
This commit is contained in:
parent
29fcd2c392
commit
920313d22b
@ -132,7 +132,7 @@
|
|||||||
<h3>{{ $t('linkAnalyzer.countries') }}</h3>
|
<h3>{{ $t('linkAnalyzer.countries') }}</h3>
|
||||||
<p v-for="(country, i) in countries" :key="i">{{ country[0] }} - {{ country[1] }}</p>
|
<p v-for="(country, i) in countries" :key="i">{{ country[0] }} - {{ country[1] }}</p>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else-if="this.type === 'track'">
|
||||||
<h3>{{ $t('linkAnalyzer.noCountries') }}</h3>
|
<h3>{{ $t('linkAnalyzer.noCountries') }}</h3>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user