diff --git a/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt b/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt index ec2999b0..b5e8f501 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt @@ -124,4 +124,5 @@ class DownloadViewModel : ViewModel() { _headerCards.postValue(visual) } - } \ No newline at end of file + } +} \ No newline at end of file