Skip to content

Commit 8f57588

Browse files
authored
Update VideoClickAction.kt
1 parent 795629e commit 8f57588

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/com/lagradost/cloudstream3/actions/VideoClickAction.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import com.lagradost.cloudstream3.actions.temp.MpvYTDLPackage
2020
import com.lagradost.cloudstream3.actions.temp.PlayInBrowserAction
2121
import com.lagradost.cloudstream3.actions.temp.ViewM3U8Action
2222
import com.lagradost.cloudstream3.actions.temp.VlcPackage
23+
import com.lagradost.cloudstream3.actions.temp.VlcNightlyPackage
2324
import com.lagradost.cloudstream3.actions.temp.WebVideoCastPackage
2425
import com.lagradost.cloudstream3.actions.temp.fcast.FcastAction
2526
import com.lagradost.cloudstream3.mvvm.logError
@@ -183,4 +184,4 @@ abstract class VideoClickAction {
183184
CommonActivity.showToast(t.toString(), Toast.LENGTH_LONG)
184185
}
185186
}
186-
}
187+
}

0 commit comments

Comments
 (0)