evilsloth

Results 1 comments of evilsloth

Ok, so I finally found a culprit for anyone interested. If you use the default `MediaSourceFactory` external subtitles start to work fine. Just delete this: ```kotlin .setMediaSourceFactory( ProgressiveMediaSource.Factory(DefaultDataSource.Factory(context)) ) ```