Skip to content

Commit

Permalink
#9 Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Aug 18, 2023
1 parent b1f71e9 commit b68cb2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LyricsScraperNET/Configuration/LyricScraperClientConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion LyricsScraperNET/LyricsScraperNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
</AssemblyAttribute>
</ItemGroup>

</Project>
</Project>

0 comments on commit b68cb2e

Please sign in to comment.