We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374df5c commit 1bcfd14Copy full SHA for 1bcfd14
Sources/LyricsService/Provider/Service.swift
@@ -32,7 +32,7 @@ extension LyricsProviders.Service {
32
#if canImport(Darwin)
33
case .syair: return LyricsProviders.Syair()
34
#endif
35
-// default: return LyricsProviders.Unsupported()
+ default: return LyricsProviders.Unsupported()
36
}
37
38
0 commit comments