From b68cb2e0fdf77379d34ac5dd6d569d4b41ff922e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D1=82=D0=B0=D0=BB=D0=B8=D0=B9=20=D0=9A=D0=B2?= =?UTF-8?q?=D0=B0=D1=88=D0=B8=D0=BD?= Date: Sat, 19 Aug 2023 00:43:02 +0400 Subject: [PATCH] #9 Fix formatting --- LyricsScraperNET/Configuration/LyricScraperClientConfig.cs | 4 ++-- LyricsScraperNET/LyricsScraperNET.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LyricsScraperNET/Configuration/LyricScraperClientConfig.cs b/LyricsScraperNET/Configuration/LyricScraperClientConfig.cs index be98fc9..ac779bf 100644 --- a/LyricsScraperNET/Configuration/LyricScraperClientConfig.cs +++ b/LyricsScraperNET/Configuration/LyricScraperClientConfig.cs @@ -18,8 +18,8 @@ public sealed class LyricScraperClientConfig : ILyricScraperClientConfig public IExternalProviderOptions SongLyricsOptions { get; set; } = new SongLyricsOptions(); - public bool IsEnabled => AZLyricsOptions.Enabled - || GeniusOptions.Enabled + public bool IsEnabled => AZLyricsOptions.Enabled + || GeniusOptions.Enabled || MusixmatchOptions.Enabled || SongLyricsOptions.Enabled; } diff --git a/LyricsScraperNET/LyricsScraperNET.csproj b/LyricsScraperNET/LyricsScraperNET.csproj index 47c2c63..1e13cba 100644 --- a/LyricsScraperNET/LyricsScraperNET.csproj +++ b/LyricsScraperNET/LyricsScraperNET.csproj @@ -47,4 +47,4 @@ - + \ No newline at end of file