LibraryTypes.DOWNLOADS -> {
                (holder as DownloadViewHolder).apply {
                    tracker?.let {
                        val item = getItem(position) as ContentLecture
                        bind(item, it.isSelected(item.lectureId))