Skip to content

Commit

Permalink
chore : music url 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
youlalala committed Dec 6, 2023
1 parent df08a83 commit 1360fde
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ data class PlaylistDetailUiState(
id = "1",
title = "title",
artist = "artist",
imageUrl = "https://i.pinimg.com/736x/6a/be/29/6abe2929274d6459c815ac752fb0c057.jpg"
imageUrl = "https://i.pinimg.com/736x/6a/be/29/6abe2929274d6459c815ac752fb0c057.jpg",
musicUrl = "",
)
)
)
Expand Down

0 comments on commit 1360fde

Please sign in to comment.