We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795629e commit 8f57588Copy full SHA for 8f57588
1 file changed
app/src/main/java/com/lagradost/cloudstream3/actions/VideoClickAction.kt
@@ -20,6 +20,7 @@ import com.lagradost.cloudstream3.actions.temp.MpvYTDLPackage
20
import com.lagradost.cloudstream3.actions.temp.PlayInBrowserAction
21
import com.lagradost.cloudstream3.actions.temp.ViewM3U8Action
22
import com.lagradost.cloudstream3.actions.temp.VlcPackage
23
+import com.lagradost.cloudstream3.actions.temp.VlcNightlyPackage
24
import com.lagradost.cloudstream3.actions.temp.WebVideoCastPackage
25
import com.lagradost.cloudstream3.actions.temp.fcast.FcastAction
26
import com.lagradost.cloudstream3.mvvm.logError
@@ -183,4 +184,4 @@ abstract class VideoClickAction {
183
184
CommonActivity.showToast(t.toString(), Toast.LENGTH_LONG)
185
}
186
-}
187
+}
0 commit comments