|
|
|
@ -29,9 +29,9 @@ struct SoundSelectionView: View { |
|
|
|
|
|
|
|
|
|
|
|
ForEach($playlistBinding, id: \.id) { $ps in |
|
|
|
ForEach($playlistBinding, id: \.id) { $ps in |
|
|
|
|
|
|
|
|
|
|
|
List(selection: <#T##Binding<_?>?#>) { |
|
|
|
// List(selection: <#T##Binding<_?>?#>) { |
|
|
|
<#code#> |
|
|
|
// <#code#> |
|
|
|
} |
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Section { |
|
|
|
Section { |
|
|
|
|