Skip to content

Commit

Permalink
🎨 :: μ½”λ“œ Formatting 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Aug 28, 2024
1 parent ac0ebc1 commit 1815797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private extension PlaylistViewController {
model.items.contains(where: { $0.id == currentSongID })
}),
let itemIndex = playListSectionModel[safe: sectionIndex]?.items
.firstIndex(where: { $0.id == currentSongID })
.firstIndex(where: { $0.id == currentSongID })
else { return }
let index = IndexPath(row: itemIndex, section: sectionIndex)
DispatchQueue.main.async {
Expand Down

0 comments on commit 1815797

Please sign in to comment.