mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-01 04:46:28 +01:00
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"platforms": ["ios"],
|
|
"apple": {
|
|
"modules": ["HlsDownloaderModule"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.hlsdownloader.HlsDownloaderModule"]
|
|
}
|
|
}
|