diff --git a/Nuage/Preview.swift b/Nuage/Preview.swift index 7e5832d..fd2ec9e 100644 --- a/Nuage/Preview.swift +++ b/Nuage/Preview.swift @@ -12,7 +12,6 @@ import SoundCloud struct Preview { -#if DEBUG static let user = User(id: "139004098", username: "lerboe", firstName: "la", lastName: "la", avatarURL: URL(string: "https://i1.sndcdn.com/avatars-000322614854-ttkl8d-large.jpg")!) static let likes: [Like] = load("Likes.json") @@ -21,7 +20,6 @@ struct Preview { static let tracks: [Track] = likes.map { $0.item } static let trackPublisher = publisher(of: tracks) -#endif } struct PreviewError: Error {} diff --git a/SoundCloud b/SoundCloud index bea7a05..ae24113 160000 --- a/SoundCloud +++ b/SoundCloud @@ -1 +1 @@ -Subproject commit bea7a05023b35c3fc4b9ca8236d7e5e72b6598c6 +Subproject commit ae24113ca859f74a5275e49fe2dad0f03bc24f6c