Fix logging smart playlist's song count
This commit is contained in:
@@ -30,9 +30,7 @@ func (r *playlistRepository) Tracks(playlistId string) model.PlaylistTrackReposi
|
||||
if err != nil {
|
||||
return nil
|
||||
}
|
||||
if pls.IsSmartPlaylist() {
|
||||
r.refreshSmartPlaylist(pls)
|
||||
}
|
||||
r.refreshSmartPlaylist(pls)
|
||||
p.playlist = pls
|
||||
return p
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user