From 5ef79f30fb883ec442e631967feb5522d99a0170 Mon Sep 17 00:00:00 2001 From: df Date: Tue, 16 Feb 2021 01:55:14 +0000 Subject: [PATCH] Play file in browser or with external helper application --- webif/html/browse/play.jim | 3 --- 1 file changed, 3 deletions(-) diff --git a/webif/html/browse/play.jim b/webif/html/browse/play.jim index 66db736..3eb8dc3 100644 --- a/webif/html/browse/play.jim +++ b/webif/html/browse/play.jim @@ -45,9 +45,6 @@ try { } } -#puts "Pragma: public" -#puts "Expires: 0" -#puts "Cache-Control: must-revalidate, post-check=0, pre-check=0" httpheader "application/x-mpegurl" 0 [list \ "Content-Disposition" "attachment; filename=\"[file rootname $file].m3u\"" \ "Content-Length" "[file size $playlist]" \