We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21902b5 commit 94b4f5bCopy full SHA for 94b4f5b
bk2ch16p678mediaQuery/ch29p946mediaQuery/ViewController.swift
@@ -135,6 +135,7 @@ class ViewController: UIViewController {
135
print(album.representativeItem!.albumTitle!)
136
}
137
// and here are the songs in the first of those albums
138
+ guard result.count > 0 else {print("No sonatas"); return}
139
let album = result[0]
140
for song in album.items { //
141
print(song.title!)
0 commit comments