fix: trailers not playing (#898)

Co-authored-by: coxju <coxju>
This commit is contained in:
coxju 2024-01-19 16:33:20 +05:30 committed by GitHub
parent 5af1b80cb7
commit 636e157c63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

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()