Skip to content

Commit

Permalink
Track count for Spotify playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
xzzz9097 committed Sep 25, 2018
1 parent 9344dc3 commit 2a38890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Muse/Sources/Controllers/SpotifyHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,6 @@ extension SpotifyPlaylist {
var playlist: Playlist {
return Playlist(id: self.uri,
name: self.name,
count: self.collectionTracks?.count ?? 0)
count: self.count)
}
}

0 comments on commit 2a38890

Please sign in to comment.