PlayAlbumButton

struct PlayAlbumButton: View

SwiftUI button to play an album

  • The KodiConnector model

    Declaration

    Swift

    private var kodi
  • The KodiItem

    Declaration

    Swift

    let item: any KodiItem
  • Bool to shuffle or not

    Declaration

    Swift

    var shuffle: Bool
  • The body of the View

    Declaration

    Swift

    var body: some View