Skip to content

Commit

Permalink
Use flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mavericksunny committed Jun 2, 2022
1 parent e49dca8 commit 22b5bd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MethodChannelVideoPlayer extends VideoPlayerPlatform {
DataSourceMessage dataSourceMessage = DataSourceMessage();
dataSourceMessage.key = dataSource.key;
dataSourceMessage.textureId = textureId;
dataSourceMessage.useCache = true;
dataSourceMessage.useCache = dataSource.useCache;
switch (dataSource.sourceType) {
case DataSourceType.asset:
dataSourceMessage.uri = dataSource.asset;
Expand Down

0 comments on commit 22b5bd5

Please sign in to comment.