Skip to content

Commit

Permalink
Merge pull request #1033 from wakmusic/1021-music-detail-not-append-p…
Browse files Browse the repository at this point in the history
…laylist

🔀 :: (#1021) 음악 상세에서 노래 재생 시 플리에 추가
  • Loading branch information
baekteun authored Aug 5, 2024
2 parents cdb0173 + 6061c95 commit cfc2a8e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import BaseFeature
import Foundation
import Kingfisher
import LikeDomainInterface
Expand Down Expand Up @@ -195,6 +196,7 @@ private extension MusicDetailReactor {
)
LogManager.analytics(log)
}
PlayState.shared.append(item: PlaylistItem(id: song.videoID, title: song.title, artist: song.artistString))
return navigateMutation(navigate: .youtube(id: song.videoID))
}

Expand Down

0 comments on commit cfc2a8e

Please sign in to comment.