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