PlayAlbumButton

struct PlayAlbumButton : View

SwiftUI button to play an album

  • The KodiConnector model

    Declaration

    Swift

    @EnvironmentObject
    var kodi: KodiConnector { get }
  • 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 { get }