lrclib api option, many improvements and refactoring

This commit is contained in:
eevee
2025-03-12 21:54:10 +03:00
parent 8c443c8a9b
commit 08037dbb61
44 changed files with 505 additions and 332 deletions
@@ -1,9 +1,7 @@
import UIKit
class SPTPageViewController: UIViewController {
override func conforms(to aProtocol: Protocol) -> Bool {
if NSStringFromProtocol(aProtocol) ~= "SPTPageController" {
return true
}