fix: trailers not playing

This commit is contained in:
coxju 2024-01-19 12:55:06 +05:30
parent 5af1b80cb7
commit 6659700d66

View file

@ -102,9 +102,7 @@ abstract class AbstractPlayerFragment(
throw NotImplementedError()
}
open fun playerStatusChanged(){
throw NotImplementedError()
}
open fun playerStatusChanged(){}
open fun playerDimensionsLoaded(width: Int, height: Int) {
throw NotImplementedError()