From 2476ed8bd64ea7335b6baf44ec1adbeb5169069c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 17 Jul 2024 10:04:13 +0100 Subject: genericise video player --- templates/thumbs.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'templates/thumbs.html') diff --git a/templates/thumbs.html b/templates/thumbs.html index 6070c23..cadbbc7 100644 --- a/templates/thumbs.html +++ b/templates/thumbs.html @@ -6,15 +6,7 @@
$endif$ $if(torrent)$ - - + $partial("templates/video-player.html")$ $endif$
@@ -40,4 +32,4 @@ $endif$
$endfor$ - \ No newline at end of file + -- cgit