fix: add Sendable to FieldType enum

feat/music-streaming
Laurent 1 month ago
parent bebd30974a
commit 47beb9f899
  1. 2
      Music/Models/SmartPlaylistCondition.swift

@ -1,7 +1,7 @@
import Foundation
// Classifies a track field for operator and UI purposes.
enum FieldType {
enum FieldType: Sendable {
case string, int, double, date
}

Loading…
Cancel
Save