Files
2025-11-02 19:30:03 +03:00

6 lines
110 B
Swift

extension SPTPlayerTrack {
var trackIdentifier: String {
self.URI().spt_trackIdentifier()
}
}