3
3
Fork 1
mirror of https://github.com/recloudstream/cloudstream.git synced 2024-08-15 01:53:11 +00:00

Remove unused selected

This commit is contained in:
Luna712 2024-07-07 17:32:25 -06:00 committed by GitHub
parent 201f3a37a1
commit 595588aeca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,6 @@ data class VisualDownloadChildCached(
override val currentBytes: Long,
override val totalBytes: Long,
override val data: VideoDownloadHelper.DownloadEpisodeCached,
val selected: Boolean = false,
): VisualDownloadCached(currentBytes, totalBytes, data)
data class VisualDownloadHeaderCached(
@ -72,7 +71,6 @@ data class VisualDownloadHeaderCached(
val child: VideoDownloadHelper.DownloadEpisodeCached?,
val currentOngoingDownloads: Int,
val totalDownloads: Int,
val selected: Boolean = false,
): VisualDownloadCached(currentBytes, totalBytes, data)
data class DownloadClickEvent(