mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 15:48:05 +00:00
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local> Co-authored-by: Alex <111128610+Alexk2309@users.noreply.github.com> Co-authored-by: Simon-Eklundh <simon.eklundh@proton.me>
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"platforms": ["apple", "android", "web"],
|
|
"apple": {
|
|
"modules": ["MpvPlayerModule"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.mpvplayer.MpvPlayerModule"]
|
|
}
|
|
}
|