Skip to content

Commit

Permalink
Merge pull request #926 from ymuzi/master
Browse files Browse the repository at this point in the history
add ipod-library support
  • Loading branch information
cobarx authored Sep 4, 2018
2 parents 09d0db2 + 3d40935 commit a0c196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Video.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default class Video extends Component {
}

const isNetwork = !!(uri && uri.match(/^https?:/));
const isAsset = !!(uri && uri.match(/^(assets-library|file|content|ms-appx|ms-appdata):/));
const isAsset = !!(uri && uri.match(/^(assets-library|ipod-library|file|content|ms-appx|ms-appdata):/));

let nativeResizeMode;
if (resizeMode === VideoResizeMode.stretch) {
Expand Down

0 comments on commit a0c196f

Please sign in to comment.