콘텐츠 플레이어

- 현재 재생중인 콘텐츠 아이템 배경 추가
This commit is contained in:
Yu Sung
2025-02-26 14:33:31 +09:00
parent 9be22e4499
commit 9dcecf0734
3 changed files with 15 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ struct PlaylistContentItemView: View {
.lineLimit(2)
.truncationMode(.tail)
}
Spacer()
}
}
}