diff --git a/crates/librqbit/src/http_api.rs b/crates/librqbit/src/http_api.rs index 1034706..e9dfd71 100644 --- a/crates/librqbit/src/http_api.rs +++ b/crates/librqbit/src/http_api.rs @@ -183,6 +183,7 @@ impl HttpApi { "application/vnd.apple.mpegurl; charset=utf-8", )] } else { + // apple mime does not work with VLC on linux [("Content-Type", "text/plain; charset=utf-8")] }, body,