Skip to content

Commit

Permalink
Merge pull request TheWidlarzGroup#1373 from reime005/android-subtitl…
Browse files Browse the repository at this point in the history
…e-fix

[WIP] Fix android subtitle issue caused by using rawdatasource

(rebased from commit 7837c39)
  • Loading branch information
cobarx authored and Beau Ner committed Oct 10, 2019
1 parent abdc395 commit 4e82e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ public void setRawSrc(final Uri uri, final String extension) {

this.srcUri = uri;
this.extension = extension;
this.mediaDataSourceFactory = DataSourceUtil.getRawDataSourceFactory(this.themedReactContext);
this.mediaDataSourceFactory = buildDataSourceFactory(true);

if (!isOriginalSourceNull && !isSourceEqual) {
reloadSource();
Expand Down

0 comments on commit 4e82e27

Please sign in to comment.