LibraryItem

constructor(    name: String,     url: String,     syncId: String,     episodesCompleted: Int?,     episodesTotal: Int?,     personalRating: Int?,     lastUpdatedUnixTime: Long?,     apiName: String,     type: TvType?,     posterUrl: String?,     posterHeaders: Map<String, String>?,     quality: SearchQuality?,     releaseDate: Date?,     id: Int? = null,     plot: String? = null,     rating: Int? = null,     tags: List<String>? = null)(source)