Back to Kavita

Manage Scrobbling Providers.Component

UI/Web/src/app/user-settings/manage-scrobbling-providers/manage-scrobbling-providers.component.html

0.9.0635 B
Original Source

@if (isLoaded()) { @if(!hasValidLicense()) { {{t('requires', {product: 'Kavita+'})}} } @else {

{{t('instructions', {service: ScrobbleProvider.AniList | scrobbleProviderName})}}

{{t('anilist-used-for')}}

{{t('token-input-label', {service: 'AniList'})}}

{{t('generate')}}{{t('save')}}

{{t('mal-instructions', {service: ScrobbleProvider.Mal | scrobbleProviderName})}}

{{t('mal-used-for')}}

{{t('mal-token-input-label')}}

{{t('mal-username-input-label')}}

{{t('save')}}

} } @else { }