Skip to content

Commit

Permalink
Fix SQLite Expression ambiguity in Swift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Oct 4, 2024
1 parent b7416da commit a3b5f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/MusicLibrary/Import/MixxxImporter.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import SQLite
import Foundation

private typealias Expression = SQLite.Expression

private let home = FileManager.default.homeDirectoryForCurrentUser
#if os(macOS)
private let mixxxConfigRoot = "\(home)/Library/Containers/org.mixxx.mixxx/Data/Library/Application Support/Mixxx"
Expand Down

0 comments on commit a3b5f8c

Please sign in to comment.