return Observable
            .just(track)
            .getImage()
            .catchErrorJustReturn(nil)
            .map({ (data) -> UIImage? in