From 7c33de810f6397f191b24f546c667a5165761dad Mon Sep 17 00:00:00 2001 From: Ty Clifford Date: Wed, 17 Jun 2026 23:47:40 -0400 Subject: [PATCH] - --- lone-embed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lone-embed.php b/lone-embed.php index 9495269..5ff6ab1 100644 --- a/lone-embed.php +++ b/lone-embed.php @@ -2,7 +2,7 @@ declare(strict_types=1); /** - * embed.php - Standalone embeddable player, URL based and database free. + * lone-embed.php - Standalone embeddable player, URL based and database free. * * Accepted query parameters: * video, url, src, v, slug Primary URL. @@ -21,7 +21,7 @@ declare(strict_types=1); * * MIME override: * Append |mime/type to a source URL: - * embed.php?video=https%3A%2F%2Fexample.com%2Fstream%7Capplication%2Fx-mpegURL + * lone-embed.php?video=https%3A%2F%2Fexample.com%2Fstream%7Capplication%2Fx-mpegURL * * Important: * URL-encode media URLs that contain their own ? or & characters.