Status

struct Status : Codable

The status of the library (SwiftlyKodi Type)

  • The movies in the library

    Declaration

    Swift

    public var movies: [List.Item.File]
  • The tvshows in the library

    Declaration

    Swift

    public var tvshows: [List.Item.File]
  • The music videos in the library

    Declaration

    Swift

    public var musicVideos: [List.Item.File]